Commit 02eb2fa
fix(76471): fix shared workflow scripts checkout using hardcoded repo and workflow_sha
github.workflow_ref inside a reusable workflow returns the caller's
workflow ref instead of the shared workflow's ref, causing the scripts
checkout to target the wrong repository. Replace dynamic resolution with
a hardcoded repository name and github.workflow_sha which correctly
references the reusable workflow's commit SHA.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d640521 commit 02eb2fa
2 files changed
Lines changed: 4 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 46 | | |
57 | 47 | | |
58 | 48 | | |
59 | | - | |
60 | | - | |
| 49 | + | |
| 50 | + | |
61 | 51 | | |
62 | 52 | | |
63 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
0 commit comments