mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 08:52:43 +08:00
chore: update
This commit is contained in:
8
.github/workflows/shell.yml
vendored
8
.github/workflows/shell.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user