From 002099b4d884fa9ae326a0892809b242469f8780 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 19:44:29 +0800 Subject: [PATCH] chore: update --- .github/actions/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index b12874b..7dd2c8b 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -17,11 +17,11 @@ runs: - id: random-number-generator run: echo "::set-output name=random-id::$(echo $RANDOM)" shell: bash - - id: set-variable - run: test1=1 && echo test1 is $test1 - shell: bash - id: get-variable - run: echo test111 is $test1 + run: echo github.action_path is ${{github.action_path}} + shell: bash + - name: copy files + run: cp ${{ github.action_path }}/goodbye.sh . shell: bash - run: ${{ github.action_path }}/goodbye.sh shell: bash