Skip to content

Commit e1c6948

Browse files
committed
from the docs
1 parent 75cf282 commit e1c6948

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ jobs:
1313
node: [4, 6]
1414
npm: 2
1515
steps:
16-
- uses: actions/checkout@v1
16+
- name: Hello world
17+
uses: actions/hello-world-javascript-action@v1
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 }}.'

0 commit comments

Comments
 (0)