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 container job: capture workspace path via pwd at runtime
For container jobs:
- github.workspace = HOST path (/home/runner/work/...)
- Actual container path = /__w/... (different!)
Solution: Run $(pwd) inside the container to capture the actual
workspace path, then use it via step outputs.
Note: This work was completed with AI assistance (Claude Code).
0 commit comments