chore:update

This commit is contained in:
zizifn
2020-12-13 17:54:09 +08:00
committed by zizifn3
parent ec126deff7
commit 910a082f8d

View File

@@ -19,6 +19,7 @@ runs:
shell: bash
- id: set-variable
run: test1=1 && echo test1 is $test1
shell: bash
- id: get-variable
run: echo test111 is $test1
shell: bash