Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ runs:
with:
ref: ${{ inputs.common_workflows_ref }}
fetch-depth: 0
path: eps-common-workflows
repository: NHSDigital/eps-common-workflows
path: eps-copilot-instructions
repository: NHSDigital/eps-copilot-instructions
sparse-checkout: |
.github/instructions/general
.github/instructions/languages
Expand All @@ -45,11 +45,11 @@ runs:
rm -rf .github/copilot-instructions.md
rm -rf .github/prompts
mkdir -p .github/instructions/
cp -R eps-common-workflows/.github/instructions/general .github/instructions/general
cp -R eps-common-workflows/.github/instructions/languages .github/instructions/languages
cp eps-common-workflows/.github/copilot-instructions.md .github/copilot-instructions.md
cp -R eps-common-workflows/.github/prompts .github/prompts
rm -rf eps-common-workflows
cp -R eps-copilot-instructions/.github/instructions/general .github/instructions/general
cp -R eps-copilot-instructions/.github/instructions/languages .github/instructions/languages
cp eps-copilot-instructions/.github/copilot-instructions.md .github/copilot-instructions.md
cp -R eps-copilot-instructions/.github/prompts .github/prompts
rm -rf eps-copilot-instructions

- name: Create GitHub App Token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859
Expand Down
Loading