Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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
```
Binary file added .github/images/create-branch-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/steps/1-step.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Workflows let you automate tasks like building, testing, or deploying your code,

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/0-start-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down