diff --git a/.github/images/dadjoke-mona.png b/.github/images/dadjoke-mona.png
new file mode 100644
index 0000000..bcbabe3
Binary files /dev/null and b/.github/images/dadjoke-mona.png differ
diff --git a/.github/images/joke-action-workflow-run.png b/.github/images/joke-action-workflow-run.png
new file mode 100644
index 0000000..dbcf3e1
Binary files /dev/null and b/.github/images/joke-action-workflow-run.png differ
diff --git a/.github/steps/1-step.md b/.github/steps/1-step.md
index 8e4d59d..3780367 100644
--- a/.github/steps/1-step.md
+++ b/.github/steps/1-step.md
@@ -6,7 +6,7 @@ Maybe that’s because your task is a bit _too_ unique 😆
**GENERATING DAD JOKES**! 🎭
-
+
Since no pre-built action exists for your quirky automation needs, it's time to roll up your sleeves and create your own!
diff --git a/.github/steps/6-step.md b/.github/steps/6-step.md
index 9e67037..d0c5650 100644
--- a/.github/steps/6-step.md
+++ b/.github/steps/6-step.md
@@ -10,7 +10,7 @@ The only thing left to do is test it out!
1. Monitor the **Actions** tab for the `Joke Action` workflow to complete:
-
+
1. Return to the issue and you should see a new comment posted by `github-actions[bot]` containing a random dad joke!
diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml
index 9344d46..4167a76 100644
--- a/.github/workflows/0-start-exercise.yml
+++ b/.github/workflows/0-start-exercise.yml
@@ -19,7 +19,7 @@ jobs:
if: |
!github.event.repository.is_template
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.1
with:
exercise-title: "Write JavaScript Actions"
intro-message: "Learn to create and use custom JavaScript actions in your GitHub workflows"
@@ -35,6 +35,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
+ with:
+ ref: main
- name: Get response templates
uses: actions/checkout@v5