Skip to content

Commit 5d600e9

Browse files
committed
CI: Fix Typo in Workflow
1 parent 3f5a64c commit 5d600e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-examples-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
route: DELETE /repos/:repository/issues/:issue_number/labels/:name
4949
repository: ${{ github.repository }}
5050
issue_number: ${{ github.event.number }}
51-
name: 'CI: Build Examples'
51+
name: "CI: Build Examples"
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

0 commit comments

Comments
 (0)