Skip to content

Commit 8235f99

Browse files
Migrate user-attachments images to local repository and update start-exercise to v0.8.0
Co-authored-by: FidelusAleksander <[email protected]>
1 parent c59224c commit 8235f99

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

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: 1 addition & 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.0
2020
with:
2121
exercise-title: "Hello GitHub Actions"
2222
intro-message: "Create and run a GitHub Actions workflow."

0 commit comments

Comments
 (0)