Commit 2a67cea
committed
Fix container job: get workspace path at runtime via pwd
For container jobs, github.workspace contains the host path, not
the container path, and env.GITHUB_WORKSPACE is not available in
the workflow context.
Solution: Capture the actual working directory at runtime using
$(pwd) in a prior step, then reference it via step outputs.
Note: This work was completed with AI assistance (Claude Code).1 parent 085238e commit 2a67cea
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
479 | | - | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
480 | 484 | | |
481 | 485 | | |
482 | 486 | | |
483 | 487 | | |
484 | 488 | | |
485 | | - | |
| 489 | + | |
486 | 490 | | |
487 | 491 | | |
488 | 492 | | |
0 commit comments