Skip to content

Commit 1d9da89

Browse files
author
Helder Santos
committed
Use javascript & typescript actions
1 parent 4fb590f commit 1d9da89

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,13 @@ jobs:
1111
with:
1212
who-to-greet: "Mona the Octocat"
1313
# Use the output from the `hello` step
14-
- name: Get the output time
14+
- 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/typescript-github-action@v1.1
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)