Skip to content

Commit 1993191

Browse files
fix: checkout shared copilot config to subdirectory and gitignore it
1 parent b23cfab commit 1993191

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v6
2424

25-
- name: Checkout additional repo
25+
- name: Checkout shared Copilot configuration
2626
uses: actions/checkout@v6
2727
with:
2828
repository: frasermolyneux/.github-copilot
29+
path: .github-copilot

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
# Shared Copilot configuration checked out during copilot-setup-steps
3+
.github-copilot/

0 commit comments

Comments
 (0)