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
get-vault-secrets: Use env var to get action path rather than github context
See [this `actions/runner` issue][issue]. The `${{ github.action_path
}}` substitution we're using doesn't work properly when the action is
run in a container job. The workaround folks are using is to use the
`${GITHUB_ACTION_PATH}` _environment variable_ instead. We should start
doing that too.
[issue]: actions/runner#2185
0 commit comments