Skip to content

Commit 2f7a3fa

Browse files
FidelusAleksanderchriswblakearilivigni
authored
Update with all changes from skills-dev fork (skills#346)
Co-authored-by: Christopher W. Blake <[email protected]> Co-authored-by: Ari LiVigni <[email protected]>
1 parent 0d9894b commit 2f7a3fa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/steps/1-step.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Workflows let you automate tasks like building, testing, or deploying your code,
1010
> If you want to learn more check out these resources:
1111
> - [Understanding GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions)
1212
> - [Events that trigger workflows](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows)
13+
> - [Actions runner pricing](https://docs.github.com/en/billing/reference/actions-runner-pricing)
1314
1415
### ⌨️ Activity: Create a workflow file
1516

.github/steps/x-review.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Here's a recap of all the tasks you've accomplished in your repository:
1313

1414
### What's next?
1515

16-
- [Take another exercise](https://skills.github.com/)
16+
- Take another exercise on [GitHub Learn](https://learn.github.com/skills)
17+
- Take the [AI in Actions](https://github.com/skills/ai-in-actions) exercise to learn how to leverage AI models within your GitHub Actions workflows
1718
- [Learn more about GitHub Actions](https://docs.github.com/actions/)
1819
- [Awesome Actions](https://github.com/sdras/awesome-actions)

.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.6.0
19+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.3
2020
with:
2121
exercise-title: "Hello GitHub Actions"
2222
intro-message: "Create and run a GitHub Actions workflow."

0 commit comments

Comments
 (0)