Skip to content

Commit fdfa31a

Browse files
committed
from the docs
1 parent e1c6948 commit fdfa31a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
who-to-greet: 'Mona the Octocat'
2020
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 }}.'
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 }}.'

0 commit comments

Comments
 (0)