Skip to content

Commit

Permalink
ci: use main branch in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu authored Mar 18, 2024
1 parent 40f877b commit 585e4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 585e4aa

Please sign in to comment.