We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c288a commit 83cce29Copy full SHA for 83cce29
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
run: echo "The time was ${{ steps.hello.outputs.time }}"
16
- name: Wait some miliseconds
17
id: wait
18
- uses: hpsantos/typescript-github-action@main
+ uses: hpsantos/typescript-github-action@v1.1
19
with:
20
miliseconds: 5000
21
# Use the output from the `hello` step
0 commit comments