Skip to content

Commit 7577467

Browse files
committed
fix: pages action
1 parent 988d7d1 commit 7577467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-frontend-cloudflare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
145145
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
146146
run: |
147-
npx wrangler pages deploy ./dist --project-name=cloudpaste-frontend --branch production 2>&1 | sed -E 's/https:\/\/[a-zA-Z0-9.-]*\.(workers|pages)\.dev/https:\/\/[REDACTED].\1.dev/g'
147+
npx wrangler pages deploy ./dist --project-name=cloudpaste-frontend --branch production --commit-message="Deploy from GitHub Actions" 2>&1 | sed -E 's/https:\/\/[a-zA-Z0-9.-]*\.(workers|pages)\.dev/https:\/\/[REDACTED].\1.dev/g'
148148
149149
- name: Display Success Information
150150
if: steps.check-deploy-button.outputs.is_deploy_button == 'true' && success()

0 commit comments

Comments
 (0)