Skip to content

Commit 65169cd

Browse files
author
Helder Santos
committed
Add back typescript action
1 parent 44d33e3 commit 65169cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
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)