Skip to content

Commit 44d33e3

Browse files
author
Helder Santos
committed
Use javascript-action 1.6
1 parent 1d9da89 commit 44d33e3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
steps:
88
- name: Hello world action step
99
id: hello
10-
uses: hpsantos/javascript-github-action@v1.5
10+
uses: hpsantos/javascript-github-action@v1.6
1111
with:
1212
who-to-greet: "Mona the Octocat"
1313
# Use the output from the `hello` step
1414
- name: Get the output time from hello
1515
run: echo "The time was ${{ steps.hello.outputs.time }}"
16-
- name: Wait some miliseconds
17-
id: wait
18-
uses: hpsantos/[email protected]
19-
with:
20-
miliseconds: 5000
21-
# Use the output from the `hello` step
22-
- name: Get the output time from wait
23-
run: echo "The time was ${{ steps.wait.outputs.time }}"
16+
# - name: Wait some miliseconds
17+
# id: wait
18+
# uses: hpsantos/[email protected]
19+
# with:
20+
# miliseconds: 5000
21+
# # Use the output from the `hello` step
22+
# - name: Get the output time from wait
23+
# run: echo "The time was ${{ steps.wait.outputs.time }}"

0 commit comments

Comments
 (0)