Skip to content

Commit ad81232

Browse files
committed
correct path
1 parent 13be5c0 commit ad81232

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_title_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git clone \
2424
--depth 1 \
2525
--branch "copilot" \
26-
https://github.com/NHSDigital/eps-common-workflows.git
26+
https://github.com/NHSDigital/eps-common-workflows.git tmp
2727
mv tmp/.github/chatmodes .github/chatmodes
2828
mv tmp/.github/instructions .github/instructions
2929
mv tmp/.github/copilot-instructions.md .github/copilot-instructions.md

.github/workflows/sync_copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git clone \
2424
--depth 1 \
2525
--branch "copilot" \
26-
https://github.com/NHSDigital/eps-common-workflows.git
26+
https://github.com/NHSDigital/eps-common-workflows.git tmp
2727
mv tmp/.github/chatmodes .github/chatmodes
2828
mv tmp/.github/instructions .github/instructions
2929
mv tmp/.github/copilot-instructions.md .github/copilot-instructions.md

0 commit comments

Comments
 (0)