Skip to content

Commit bef1949

Browse files
Migrate user-attachments images to local storage and update exercise-toolkit to v0.8.1 (#357)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
1 parent 45cec1f commit bef1949

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
40.9 KB
Loading

.github/steps/1-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Workflows let you automate tasks like building, testing, or deploying your code,
1818

1919
1. In the **Code** tab of your repository, create a new branch named `welcome-workflow`.
2020

21-
<img width="400" alt="create branch screenshot" src="https://github.com/user-attachments/assets/8aa4a918-c877-4214-9efe-c9a99ca6421b" />
21+
<img width="400" alt="create branch screenshot" src="../images/create-branch-screenshot.png" />
2222

2323
1. In the `welcome-workflow` branch, navigate to the `.github/workflows` directory.
2424

.github/workflows/0-start-exercise.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
start_exercise:
1818
name: Start Exercise
19-
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.3
19+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.8.1
2020
with:
2121
exercise-title: "Hello GitHub Actions"
2222
intro-message: "Create and run a GitHub Actions workflow."
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
with:
35+
ref: main
3436

3537
- name: Get response templates
3638
uses: actions/checkout@v4

0 commit comments

Comments
 (0)