We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c6948 commit fdfa31aCopy full SHA for fdfa31a
.github/workflows/test.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
who-to-greet: 'Mona the Octocat'
20
id: hello
21
- # This step prints an output (time) from the previous step's action.
22
- - name: Echo the greeting's time
23
- run: echo 'The time was ${{ steps.hello.outputs.time }}.'
+ # This step prints an output (time) from the previous step's action.
+ - name: Echo the greeting's time
+ run: echo 'The time was ${{ steps.hello.outputs.time }}.'
0 commit comments