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 379c8ff commit 7c4faa0Copy full SHA for 7c4faa0
.github/workflows/nodejs.yml
@@ -26,10 +26,10 @@ jobs:
26
27
test:
28
name: Test on Node.js
29
- uses: aduh95/action/.github/workflows/node-test.yaml@42bbdad025eed9e412bf3cd1d2ddc966a92a5086 # v0.1.10
+ uses: aduh95/action/.github/workflows/node-test.yaml@f6f22a37631916d230df6d3aac2cefdae1a6bfea # v0.1.10
30
with:
31
action-repository: aduh95/action
32
- action-ref: 42bbdad025eed9e412bf3cd1d2ddc966a92a5086
+ action-ref: f6f22a37631916d230df6d3aac2cefdae1a6bfea
33
runs-on: ubuntu-latest, macos-latest
34
test-command: npm run coverage:ci
35
post-test-steps: |
0 commit comments