Copilot env: check out event-samples outside the workspace

* avoids annoying accidental checkins
* actually matches the SAMPLES_DIR env var
This commit is contained in:
Klaas van Schelven
2025-07-29 13:45:17 +02:00
parent 9b8409d8b2
commit d4b4c2fb52

View File

@@ -54,8 +54,7 @@ jobs:
# Creates a default admin user so Copilot can log in if needed.
# `|| true` prevents failure if the user already exists.
- name: Fetch event-samples data
uses: actions/checkout@v4
with:
repository: bugsink/event-samples
path: event-samples
- name: Check out event-samples outside workspace
# by using a plain-old `git-clone` we are able to "ecape from the working dir"
run: |
git clone https://github.com/bugsink/event-samples.git ../event-samples