Commit 17d863c
committed
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).1 parent 1776219 commit 17d863c
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
479 | | - | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
480 | 483 | | |
481 | | - | |
| 484 | + | |
482 | 485 | | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
| 486 | + | |
| 487 | + | |
487 | 488 | | |
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
491 | 492 | | |
492 | 493 | | |
493 | | - | |
| 494 | + | |
494 | 495 | | |
495 | 496 | | |
496 | 497 | | |
0 commit comments