From 5046be17b64b61b77a4ec0a0fbb7d8d26d4f86b5 Mon Sep 17 00:00:00 2001 From: Ari LiVigni Date: Tue, 16 Dec 2025 14:09:16 -0500 Subject: [PATCH 1/2] Enhance Step 1 with GitHub Actions resources Added resources for learning about GitHub Actions. --- .github/steps/1-step.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/steps/1-step.md b/.github/steps/1-step.md index d1b67bf..2b8b28a 100644 --- a/.github/steps/1-step.md +++ b/.github/steps/1-step.md @@ -2,6 +2,12 @@ Imagine you’ve got a repetitive task you’d love to automate. You've searched through the [**GitHub Marketplace**](https://github.com/marketplace?type=actions) for existing actions that might help, you come up empty-handed… +> [!NOTE] +> If you want to learn more check out these resources: +> - [Understanding GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions) +> - [Events that trigger workflows](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows) +> - [Actions runner pricing](https://docs.github.com/en/billing/reference/actions-runner-pricing) + Maybe that’s because your task is a bit _too_ unique 😆 **GENERATING DAD JOKES**! 🎭 From 61b5175a9bcbeec2f5eaad13f19268fbf809df53 Mon Sep 17 00:00:00 2001 From: Ari LiVigni Date: Wed, 17 Dec 2025 07:44:35 -0500 Subject: [PATCH 2/2] Moved from step 1 to review as a reference --- .github/steps/1-step.md | 6 ------ .github/steps/x-review.md | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/steps/1-step.md b/.github/steps/1-step.md index 2b8b28a..d1b67bf 100644 --- a/.github/steps/1-step.md +++ b/.github/steps/1-step.md @@ -2,12 +2,6 @@ Imagine you’ve got a repetitive task you’d love to automate. You've searched through the [**GitHub Marketplace**](https://github.com/marketplace?type=actions) for existing actions that might help, you come up empty-handed… -> [!NOTE] -> If you want to learn more check out these resources: -> - [Understanding GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions) -> - [Events that trigger workflows](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows) -> - [Actions runner pricing](https://docs.github.com/en/billing/reference/actions-runner-pricing) - Maybe that’s because your task is a bit _too_ unique 😆 **GENERATING DAD JOKES**! 🎭 diff --git a/.github/steps/x-review.md b/.github/steps/x-review.md index 50611ba..7536840 100644 --- a/.github/steps/x-review.md +++ b/.github/steps/x-review.md @@ -22,3 +22,7 @@ Here's a recap of your accomplishments: - **Create your next action** using GitHub's template repositories with best practices like tests and linting already built-in: - [actions/javascript-action](https://github.com/actions/javascript-action) template repository - [actions/typescript-action](https://github.com/actions/typescript-action) template repository + +### Actions running pricing + +[Actions runner pricing](https://docs.github.com/en/billing/reference/actions-runner-pricing) \ No newline at end of file