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