Skip to content

Commit ec22938

Browse files
authored
Chore: [AEA-0000] - fix repo to clone (#5)
## Summary - Routine Change ### Details - fix repo to clone
1 parent c736c45 commit ec22938

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ runs:
2929
with:
3030
ref: ${{ inputs.common_workflows_ref }}
3131
fetch-depth: 0
32-
path: eps-common-workflows
33-
repository: NHSDigital/eps-common-workflows
32+
path: eps-copilot-instructions
33+
repository: NHSDigital/eps-copilot-instructions
3434
sparse-checkout: |
3535
.github/instructions/general
3636
.github/instructions/languages
@@ -45,11 +45,11 @@ runs:
4545
rm -rf .github/copilot-instructions.md
4646
rm -rf .github/prompts
4747
mkdir -p .github/instructions/
48-
cp -R eps-common-workflows/.github/instructions/general .github/instructions/general
49-
cp -R eps-common-workflows/.github/instructions/languages .github/instructions/languages
50-
cp eps-common-workflows/.github/copilot-instructions.md .github/copilot-instructions.md
51-
cp -R eps-common-workflows/.github/prompts .github/prompts
52-
rm -rf eps-common-workflows
48+
cp -R eps-copilot-instructions/.github/instructions/general .github/instructions/general
49+
cp -R eps-copilot-instructions/.github/instructions/languages .github/instructions/languages
50+
cp eps-copilot-instructions/.github/copilot-instructions.md .github/copilot-instructions.md
51+
cp -R eps-copilot-instructions/.github/prompts .github/prompts
52+
rm -rf eps-copilot-instructions
5353
5454
- name: Create GitHub App Token
5555
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859

0 commit comments

Comments
 (0)