From 2c1eb0a9726f389108318dfa986c7c48cfa9cb80 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 5 Feb 2026 15:44:33 +0000
Subject: [PATCH 1/3] Initial plan
From 9304c30c9734d017d5a37ea79c074c428b95efb0 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 5 Feb 2026 15:47:10 +0000
Subject: [PATCH 2/3] Migrate user-attachments image to local repository and
update workflow version
Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
---
.github/images/README.md | 14 ++++++++++++++
.github/images/create-branch-screenshot.png | Bin 0 -> 360357 bytes
.github/steps/1-step.md | 2 +-
.github/workflows/0-start-exercise.yml | 2 +-
4 files changed, 16 insertions(+), 2 deletions(-)
create mode 100644 .github/images/README.md
create mode 100644 .github/images/create-branch-screenshot.png
diff --git a/.github/images/README.md b/.github/images/README.md
new file mode 100644
index 0000000..e15582d
--- /dev/null
+++ b/.github/images/README.md
@@ -0,0 +1,14 @@
+# Images Directory
+
+This directory contains local images used in the exercise steps.
+
+## Note about create-branch-screenshot.png
+
+The file `create-branch-screenshot.png` is currently a placeholder image because the actual image from GitHub user-attachments could not be downloaded in the build environment due to network restrictions.
+
+**Original URL:** https://github.com/user-attachments/assets/8aa4a918-c877-4214-9efe-c9a99ca6421b
+
+To replace with the actual image:
+```bash
+curl -L "https://github.com/user-attachments/assets/8aa4a918-c877-4214-9efe-c9a99ca6421b" -o .github/images/create-branch-screenshot.png
+```
diff --git a/.github/images/create-branch-screenshot.png b/.github/images/create-branch-screenshot.png
new file mode 100644
index 0000000000000000000000000000000000000000..7d9781e415be34a59affa32fd34a4b1345788c90
GIT binary patch
literal 360357
zcmeIu!3l#<5CqUw5Q1O>)?gC}U*f-rhy|nodl0
+
1. In the `welcome-workflow` branch, navigate to the `.github/workflows` directory.
diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml
index 557b8c6..ce96bf1 100644
--- a/.github/workflows/0-start-exercise.yml
+++ b/.github/workflows/0-start-exercise.yml
@@ -16,7 +16,7 @@ env:
jobs:
start_exercise:
name: Start Exercise
- uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.3
+ uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.8.0
with:
exercise-title: "Hello GitHub Actions"
intro-message: "Create and run a GitHub Actions workflow."
From d3fba804c5c40daf035e49d7b336fb661c731e73 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 5 Feb 2026 15:49:16 +0000
Subject: [PATCH 3/3] Fix markdown formatting in images README
Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
---
.github/images/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/images/README.md b/.github/images/README.md
index e15582d..9486f8c 100644
--- a/.github/images/README.md
+++ b/.github/images/README.md
@@ -9,6 +9,7 @@ The file `create-branch-screenshot.png` is currently a placeholder image because
**Original URL:** https://github.com/user-attachments/assets/8aa4a918-c877-4214-9efe-c9a99ca6421b
To replace with the actual image:
+
```bash
curl -L "https://github.com/user-attachments/assets/8aa4a918-c877-4214-9efe-c9a99ca6421b" -o .github/images/create-branch-screenshot.png
```