Skip to content

Commit 841041d

Browse files
use proper env variable for C3 prerelease comment (#4524)
1 parent 18a4dd9 commit 841041d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/write-prerelease-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: "Comment on PR with C3 link"
102102
uses: marocchino/sticky-pull-request-comment@v2
103103
with:
104-
number: ${{ env.WORKFLOW_RUN_PR_FOR_CREATE_CLOUDFLARE }}
104+
number: ${{ env.WORKFLOW_RUN_PR_FOR_CREATE-CLOUDFLARE }}
105105
message: |
106106
A create-cloudflare (C3) prerelease is available for testing.
107107
You can use `npx` with this latest build directly:

0 commit comments

Comments
 (0)