Skip to content

Commit 61da125

Browse files
FidelusAleksandergithub-actions[bot]
authored andcommitted
chore: update exercise-toolkit self-references to latest commit
1 parent 2c9c423 commit 61da125

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/_update-self-references.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
find: 'EXERCISE_TOOLKIT_REF: [^\s]+'
3131
replace: "EXERCISE_TOOLKIT_REF: ${{ github.sha }}"
3232
include: ".github/workflows/*.yml"
33+
exclude: ".github/workflows/_*.yml"
3334
regex: true
3435

3536
- name: Create Pull Request
@@ -46,9 +47,11 @@ jobs:
4647
*This PR was automatically created by the `update-self-references` workflow.*
4748
branch: update-self-refs
4849
delete-branch: true
50+
add-paths: |
51+
.github/workflows/*.yml
4952
draft: false
50-
reviewers: |
51-
FidelusAleksander
53+
# reviewers: |
54+
# FidelusAleksander
5255
labels: |
5356
skip-release-notes
5457
maintenance

.github/workflows/finish-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
issues: write
1919

2020
env:
21-
EXERCISE_TOOLKIT_REF: v0.5.0
21+
EXERCISE_TOOLKIT_REF: 2c9c423a07881c52ea2fdc6e1802a17fa8aa9e12
2222

2323
jobs:
2424
update_readme:

.github/workflows/start-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
issues: write # Create issue
3131

3232
env:
33-
EXERCISE_TOOLKIT_REF: v0.5.0
33+
EXERCISE_TOOLKIT_REF: 2c9c423a07881c52ea2fdc6e1802a17fa8aa9e12
3434

3535
jobs:
3636
disable_workflows:

0 commit comments

Comments
 (0)