Skip to content

Commit 18c288a

Browse files
author
Helder Santos
committed
Use main for typescript action
1 parent 65169cd commit 18c288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: echo "The time was ${{ steps.hello.outputs.time }}"
1616
- name: Wait some miliseconds
1717
id: wait
18-
uses: hpsantos/typescript-github-action@v1.1
18+
uses: hpsantos/typescript-github-action@main
1919
with:
2020
miliseconds: 5000
2121
# Use the output from the `hello` step

0 commit comments

Comments
 (0)