From ec126deff7dcb6a4c1123922b203612515cda8d1 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 17:52:16 +0800 Subject: [PATCH] chore: update --- .github/actions/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 332e5ac..fb6801f 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -17,9 +17,9 @@ runs: - id: random-number-generator run: echo "::set-output name=random-id::$(echo $RANDOM)" shell: bash - - id: set variable + - id: set-variable run: test1=1 && echo test1 is $test1 - - id: get variable + - id: get-variable run: echo test111 is $test1 shell: bash - run: ${{ github.action_path }}/goodbye.sh