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