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 9328215 commit d315f0dCopy full SHA for d315f0d
action.yml
@@ -22,10 +22,6 @@ runs:
22
steps:
23
- uses: actions/checkout@v4
24
if: github.event_name != 'issue_comment' || github.event.issue.pull_request
25
- - uses: actions/setup-node@v3
26
- with:
27
- node-version-file: '.node-version'
28
- if: github.event_name != 'issue_comment' || github.event.issue.pull_request
29
- run: 'node ${GITHUB_ACTION_PATH}/dist/index.js'
30
shell: bash
31
env:
0 commit comments