We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e619e8 commit ca61ce5Copy full SHA for ca61ce5
.github/workflows/create-release.yml
@@ -10,7 +10,7 @@ name: Create Release
10
jobs:
11
github-release:
12
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"
+ 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'
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout code
0 commit comments