Skip to content

Commit 0bef24e

Browse files
committed
ci(rolling-release): quote gate step name to fix YAML parse error
1 parent fbf76cd commit 0bef24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rolling-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout code
5353
uses: actions/checkout@v4
5454

55-
- name: Gate: require format/lint/tests/build success
55+
- name: "Gate: require format/lint/tests/build success"
5656
id: gate
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)