Skip to content

Commit 0e91bea

Browse files
committed
chore: update
1 parent 9426244 commit 0e91bea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/shell.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
run: |
1515
echo "Run a multi-line script"
1616
- id: foo
17-
uses: ./github/actions/action.yml
18-
with:
19-
who-to-greet: 'Mona the Octocat'
17+
uses: ./.github/actions/action.yml
18+
with:
19+
who-to-greet: "Mona the Octocat"
2020
- run: echo random-number ${{ steps.foo.outputs.random-number }}
21-
shell: bash
21+
shell: bash

0 commit comments

Comments
 (0)