Skip to content

Commit b3d52dc

Browse files
committed
chore: wrap in quotes for name
1 parent 6b54d1f commit b3d52dc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Shared Configuration
1+
name: 'Shared Configuration'
22

33
on:
44
workflow_call:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI and Release
1+
name: 'CI and Release'
22

33
on:
44
push:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Create Release
1+
name: 'Create Release'
22

33
on:
44
workflow_run:
5-
workflows: [ "CI and Release" ] # Ensure this matches the name of your main workflow
5+
workflows: [ 'CI and Release' ] # Ensure this matches the name of your main workflow
66
types:
77
- completed
88

0 commit comments

Comments
 (0)