Commit e940545
authored
⚙️ [Maintenance]: Align workflows across action repositories (#11)
This pull request updates the GitHub Actions workflow for releases,
focusing on improved clarity, expanded release triggers, and dependency
updates.
Workflow improvements:
* The release workflow now also triggers on changes to any files under
the `src/` directory, in addition to `action.yml`.
* Permission comments have been added to clarify why `contents: write`
and `pull-requests: write` are needed.
* The step name for checking out the repository has been changed from
"Checkout Code" to "Checkout repo" for clarity.
Dependency update:
* The `PSModule/Release-GHRepository` GitHub Action has been updated
from version `v2.0.1` to `v2.0.2`.1 parent d66349c commit e940545
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 37 | + | |
0 commit comments