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: |
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user