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: |
echo "Run a multi-line script"
- id: foo
uses: ./github/actions/action.yml
with:
who-to-greet: 'Mona the Octocat'
uses: ./.github/actions/action.yml
with:
who-to-greet: "Mona the Octocat"
- run: echo random-number ${{ steps.foo.outputs.random-number }}
shell: bash
shell: bash