You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run cocogitto/cocogitto-action@v3
Run echo Installing cocogitto
Installing cocogitto
Run /home/runner/work/_actions/cocogitto/cocogitto-action/v3.9/install.sh
/__w/_temp/729ed381-bc31-4442-9f88-561d312080c8.sh: line 1: /home/runner/work/_actions/cocogitto/cocogitto-action/v3.9/install.sh: No such file or directory
Error: Process completed with exit code 127.
To Reproduce
add a "using: cocogitto-action@v3" step to a job that runs in a container: here is what I added:
Expected behavior
I expect cocogitto to run install.sh from the correct directory
Additional context
Due to what is probably a historical quirk, container workflows define $GITHUB_WORKSPACE and some other variables differently. My guess is that $GITHUB_ACTION_PATH is also defined relative to /__w/ instead of /home/runner/work.
workaround: run cocogitto-action in a non-containerized job, then pass the version to the build as an output.
The text was updated successfully, but these errors were encountered:
Describe the bug
Run cocogitto/cocogitto-action@v3
Run echo Installing cocogitto
Installing cocogitto
Run /home/runner/work/_actions/cocogitto/cocogitto-action/v3.9/install.sh
/__w/_temp/729ed381-bc31-4442-9f88-561d312080c8.sh: line 1: /home/runner/work/_actions/cocogitto/cocogitto-action/v3.9/install.sh: No such file or directory
Error: Process completed with exit code 127.
To Reproduce
add a "using: cocogitto-action@v3" step to a job that runs in a container: here is what I added:
Expected behavior
I expect cocogitto to run install.sh from the correct directory
Additional context
Due to what is probably a historical quirk, container workflows define $GITHUB_WORKSPACE and some other variables differently. My guess is that $GITHUB_ACTION_PATH is also defined relative to /__w/ instead of /home/runner/work.
workaround: run cocogitto-action in a non-containerized job, then pass the version to the build as an output.
The text was updated successfully, but these errors were encountered: