We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9c423 commit 2b3edf2Copy full SHA for 2b3edf2
.github/workflows/_update-self-references.yml
@@ -30,6 +30,7 @@ jobs:
30
find: 'EXERCISE_TOOLKIT_REF: [^\s]+'
31
replace: "EXERCISE_TOOLKIT_REF: ${{ github.sha }}"
32
include: ".github/workflows/*.yml"
33
+ exclude: ".github/workflows/_*.yml"
34
regex: true
35
36
- name: Create Pull Request
@@ -46,6 +47,8 @@ jobs:
46
47
*This PR was automatically created by the `update-self-references` workflow.*
48
branch: update-self-refs
49
delete-branch: true
50
+ add-paths: |
51
+ .github/workflows/*.yml
52
draft: false
53
reviewers: |
54
FidelusAleksander
0 commit comments