chore: update

This commit is contained in:
zizifn
2020-12-13 17:52:16 +08:00
committed by zizifn3
parent 1246520c19
commit ec126deff7

View File

@@ -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