chore: update

This commit is contained in:
zizifn
2020-12-13 17:31:20 +08:00
committed by zizifn3
parent 011c55d926
commit 560e15d32d

View File

@@ -14,7 +14,7 @@ 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
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 }}