We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a86340 commit cc7a402Copy full SHA for cc7a402
.github/workflows/sync_copilot.yml
@@ -5,8 +5,6 @@ on:
5
schedule:
6
- cron: '0 6 * * 1'
7
8
-permissions: {}
9
-
10
jobs:
11
sync-copilot-instructions:
12
runs-on: ubuntu-22.04
@@ -16,7 +14,7 @@ jobs:
16
14
17
15
steps:
18
- name: Sync shared instructions
19
- uses: NHSDigital/eps-copilot-instructions@304ab2f4b7cdc15a1d7c0a0fae5290fad41b2451
+ uses: NHSDigital/eps-copilot-instructions@a7849a16aabd5c1edef13e29467a480fa08555f8
20
with:
21
copilot_instructions_ref: main
22
calling_repo_base_branch: main
0 commit comments