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 8b3ee06 commit 15a8836Copy full SHA for 15a8836
.github/workflows/nodejs.yml
@@ -28,8 +28,8 @@ jobs:
28
name: Test on Node.js
29
uses: aduh95/action/.github/workflows/node-test.yaml@d214a4b759a3579c639a3b3126704d1b67d780f5 # v0.1.10
30
with:
31
- actions-repository: aduh95/action
32
- actions-ref: d214a4b759a3579c639a3b3126704d1b67d780f5
+ action-repository: aduh95/action
+ action-ref: d214a4b759a3579c639a3b3126704d1b67d780f5
33
runs-on: ubuntu-latest, macos-latest
34
test-command: npm run coverage:ci
35
post-test-steps: |
0 commit comments