Skip to content

Commit c0d31ae

Browse files
committed
CI: Use URL encoding for label name
1 parent 5d600e9 commit c0d31ae

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%3A Build Examples"
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

0 commit comments

Comments
 (0)