From 585e4aa9840c565dcaba4e6777ec23b6c474f427 Mon Sep 17 00:00:00 2001 From: rndquu <119500907+rndquu@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:32:44 +0300 Subject: [PATCH] ci: use main branch in deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7f5456f..1c516c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: - name: Deploy to Cloudflare if: ${{ github.event.workflow_run.conclusion == 'success' }} - uses: ubiquity/cloudflare-deploy-action@ci/debug-secrets + uses: ubiquity/cloudflare-deploy-action@main with: repository: ${{ github.repository }} production_branch: ${{ github.event.repository.default_branch }}