We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e51947 commit ef3ec93Copy full SHA for ef3ec93
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
test: # make sure the action works on a clean machine without building
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: cortexcompiler/example-typescript-action
+ - uses: actions/checkout@v3
24
- uses: ./
25
with:
26
milliseconds: 1000
0 commit comments