Commit 5f630ee
authored
Fix copilot-setup-steps: replace reusable workflow with direct steps (#282)
This PR fixes the GitHub Copilot setup workflow by replacing the
reusable workflow call with direct steps, as required by GitHub
Copilot's limitations for copilot-setup-steps jobs.
Changes:
- Removed uses:
insightsengineering/r.pkg.template/.github/workflows/copilot-setup-steps.yaml@main
- Added direct steps for checkout, R setup, and dependency installation
- Uses actions with uses: (which is allowed) instead of reusable
workflows (which are not)
This resolves the error: 'Calling a reusable workflow with the uses:
keyword is not supported in copilot-setup-steps jobs.'1 parent 6908764 commit 5f630ee
1 file changed
Lines changed: 32 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
10 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
11 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments