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
fix(action): resolve action_path to absolute path before setup-python
github.action_path returns '.' in owner's own repo, causing invalid
pattern error in setup-python cache-dependency-path. Resolve to
absolute path first via a shell step.
0 commit comments