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
When appending to the file pointed to by $GITHUB_PATH, gha will add those directories to the path in subsequent actions steps. When using runs-on, this doesn't work. This means that actions that install tools, like action/setup-python, will not have the desired effect, as the tools they install will not be on the path in subsequent job steps.