chore: update

This commit is contained in:
zizifn
2020-12-13 17:29:23 +08:00
committed by zizifn3
parent 591c0a9e2f
commit 011c55d926

View File

@@ -14,8 +14,8 @@ jobs:
run: | run: |
echo "Run a multi-line script" echo "Run a multi-line script"
- id: foo - id: foo
uses: ./github/actions/action.yml uses: ./.github/actions/action.yml
with: with:
who-to-greet: 'Mona the Octocat' who-to-greet: "Mona the Octocat"
- run: echo random-number ${{ steps.foo.outputs.random-number }} - run: echo random-number ${{ steps.foo.outputs.random-number }}
shell: bash shell: bash