Skip to content
Merged
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
Binary file added .github/images/dadjoke-mona.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/joke-action-workflow-run.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 @@ -6,7 +6,7 @@ Maybe that’s because your task is a bit _too_ unique 😆

**GENERATING DAD JOKES**! 🎭

<img width="600" alt="dadjoke-mona" src="https://github.com/user-attachments/assets/46b6b931-8d1f-4a01-88f4-4568704039a0" />
<img width="600" alt="dadjoke-mona" src="../images/dadjoke-mona.png" />

Since no pre-built action exists for your quirky automation needs, it's time to roll up your sleeves and create your own!

Expand Down
2 changes: 1 addition & 1 deletion .github/steps/6-step.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<img width="400" alt="SCR-20251113-kntg" src="https://github.com/user-attachments/assets/992da295-0123-4688-a068-d289967f2455" />
<img width="400" alt="Screenshot of the Joke Action workflow run showing a successful completion" src="../images/joke-action-workflow-run.png" />


1. Return to the issue and you should see a new comment posted by `github-actions[bot]` containing a random dad joke!
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/0-start-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -35,6 +35,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
with:
ref: main

- name: Get response templates
uses: actions/checkout@v5
Expand Down