Commit 262de41
authored
fix: resolve merge-approved-pr action path for cross-repo workflow calls (#224)
When metamask-mobile calls this reusable workflow, the relative path
`./.github/actions/merge-approved-pr` resolves to the calling repo
(metamask-mobile) instead of github-tools, causing the workflow to fail.
Replace with an absolute ref so the action is always resolved correctly.
Made-with: Cursor1 parent 36b3659 commit 262de41
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments