Skip to content

Commit ca61ce5

Browse files
authored
Fix quotes (#632)
1 parent 9e619e8 commit ca61ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Create Release
1010
jobs:
1111
github-release:
1212
name: Github Release
13-
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'releases/') && github.event.pull_request.head.repo.full_name == "cloudflare/workers-rs"
13+
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'releases/') && github.event.pull_request.head.repo.full_name == 'cloudflare/workers-rs'
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code

0 commit comments

Comments
 (0)