We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9426244 commit 0e91beaCopy full SHA for 0e91bea
.github/workflows/shell.yml
@@ -14,8 +14,8 @@ jobs:
14
run: |
15
echo "Run a multi-line script"
16
- id: foo
17
- uses: ./github/actions/action.yml
18
- with:
19
- who-to-greet: 'Mona the Octocat'
+ uses: ./.github/actions/action.yml
+ with:
+ who-to-greet: "Mona the Octocat"
20
- run: echo random-number ${{ steps.foo.outputs.random-number }}
21
- shell: bash
+ shell: bash
0 commit comments