From c0bf26c409b4e2d08a66fda41388478da3f38b7a Mon Sep 17 00:00:00 2001 From: 7w1 Date: Mon, 23 Mar 2026 23:54:23 -0500 Subject: [PATCH 1/2] Update cloudflare-web-deploy.yml --- .github/workflows/cloudflare-web-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloudflare-web-deploy.yml b/.github/workflows/cloudflare-web-deploy.yml index 413b7104a..d3d2c4461 100644 --- a/.github/workflows/cloudflare-web-deploy.yml +++ b/.github/workflows/cloudflare-web-deploy.yml @@ -20,7 +20,7 @@ on: env: CLOUDFLARE_API_TOKEN: ${{ secrets.TF_CLOUDFLARE_API_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TF_VAR_workers_message: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || github.event.head_commit.message || github.sha }} + TF_VAR_workers_message: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || github.ref_name }} TF_VAR_account_id: ${{ secrets.TF_VAR_ACCOUNT_ID }} TF_VAR_zone_id: ${{ secrets.TF_VAR_ZONE_ID }} TF_HTTP_ADDRESS: ${{ secrets.TF_HTTP_ADDRESS }} From 141387e53cdadf040d80321b7b981feff3dd487e Mon Sep 17 00:00:00 2001 From: 7w1 Date: Mon, 23 Mar 2026 23:55:34 -0500 Subject: [PATCH 2/2] Create fix-workflow.md --- .changeset/fix-workflow.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fix-workflow.md diff --git a/.changeset/fix-workflow.md b/.changeset/fix-workflow.md new file mode 100644 index 000000000..d6b540a2b --- /dev/null +++ b/.changeset/fix-workflow.md @@ -0,0 +1,5 @@ +--- +default: patch +--- + +Change cloudflare deploy worker message to something much shorter to avoid char limit.