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
The path to the custom steps file specified in the workspace configuration is relative to the .github/workflows directory. So, move the custom steps up out of the workflows directory to prevent Github from interpreting as a workflow configuration. For example, put it in the parent directory. As such:
I have customized my GH Action for releases following your great docs, here:
https://github.com/andrewdavidmackenzie/pigg/blob/master/.github/workflows/release.yml
That references this custom install yaml to install linkers for cross compiling
https://github.com/andrewdavidmackenzie/pigg/blob/master/.github/workflows/install-arm-linkers.yml
It all works in release, but GH reports errors as it tries to run that file as a workflow at other times.
Here is an example GH Action run:
https://github.com/andrewdavidmackenzie/pigg/actions/runs/11083791483
How can I avoid GH Actions doing that and getting those false error reports?
The text was updated successfully, but these errors were encountered: