We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30e089 commit 97ee242Copy full SHA for 97ee242
action.yml
@@ -22,7 +22,7 @@ runs:
22
23
- run: |
24
if ! command -v node >/dev/null 2>&1; then
25
- node() { pkgx node^20 "$@" || }
+ node() { pkgx node^20 "$@" }
26
fi
27
node "$GITHUB_ACTION_PATH"/action.js ${{ steps.env.outputs.file }}
28
shell: bash
0 commit comments