Skip to content

Commit 8a28b67

Browse files
authored
Chore: [AEA-0000] - fix sync copilot workflow (#2940)
## Summary - Routine Change ### Details - fix sync copilot workflow
1 parent 84ed91e commit 8a28b67

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/sync_copilot.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
name: Update devcontainer version
1+
name: Sync Copilot Instructions
22

33
on:
44
workflow_dispatch:
55
schedule:
66
- cron: '0 6 * * 1'
7+
78
permissions: {}
89

910
jobs:
10-
update-devcontainer-version:
11+
sync-copilot-instructions:
1112
runs-on: ubuntu-22.04
1213
environment: create_pull_request
1314
permissions:
1415
contents: read
15-
packages: read
1616

1717
steps:
18-
- name: Update devcontainer version
19-
uses: NHSDigital/eps-update-devcontainer@dc3a8c5f11e7226ee4f5f2bb35bd0d1265092306
18+
- name: Sync shared instructions
19+
uses: NHSDigital/eps-copilot-instructions@304ab2f4b7cdc15a1d7c0a0fae5290fad41b2451
2020
with:
21+
copilot_instructions_ref: main
2122
calling_repo_base_branch: main
2223
CREATE_PULL_REQUEST_APP_ID: ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
2324
CREATE_PULL_REQUEST_PEM: ${{ secrets.CREATE_PULL_REQUEST_PEM }}

0 commit comments

Comments
 (0)