We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b54d1f commit b3d52dcCopy full SHA for b3d52dc
3 files changed
.github/workflows/config.yml
@@ -1,4 +1,4 @@
1
-name: Shared Configuration
+name: 'Shared Configuration'
2
3
on:
4
workflow_call:
.github/workflows/main.yml
-name: CI and Release
+name: 'CI and Release'
push:
.github/workflows/release.yml
@@ -1,8 +1,8 @@
-name: Create Release
+name: 'Create Release'
workflow_run:
5
- workflows: [ "CI and Release" ] # Ensure this matches the name of your main workflow
+ workflows: [ 'CI and Release' ] # Ensure this matches the name of your main workflow
6
types:
7
- completed
8
0 commit comments