act-runner-el/.forgejo/actions/create-pull-request
Tom Foster ae184aff3d fix(actions): correct invalid shell syntax across all actions
Fixed shell: python3 (invalid) to shell: python (valid) in:
- check-nodejs-versions: Also added visible output for debugging
- check-deadsnakes-versions: Fixed shell syntax
- create-pull-request: Fixed shell syntax

The previous commit 7a380c1 introduced invalid shell syntax which
caused actions to silently fail, resulting in empty NODE_VERSIONS
build args and broken Docker images without Node.js.

This fixes the root cause of the "node: executable file not found"
error during workflow runs.
2025-09-12 19:37:34 +01:00
..
action.yml fix(actions): correct invalid shell syntax across all actions 2025-09-12 19:37:34 +01:00