We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1a1a3 commit 8401b38Copy full SHA for 8401b38
1 file changed
.github/workflows/sync_copilot.yml
@@ -7,15 +7,15 @@ on:
7
8
jobs:
9
sync-copilot-instructions:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
environment: create_pull_request
12
permissions:
13
contents: write
14
pull-requests: write
15
16
steps:
17
- name: Sync shared instructions
18
- uses: NHSDigital/eps-copilot-instructions@initial_instructions
+ uses: NHSDigital/eps-copilot-instructions@08241b83de78b996e7796806be8435314e9f0b7a
19
with:
20
common_workflows_ref: main
21
calling_repo_base_branch: main
0 commit comments