Set cloudflare branch to main (#176)

This commit is contained in:
Max Ammann 2022-09-24 18:55:20 +02:00 committed by GitHub
parent 2696d8133b
commit a6553d2193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,4 @@ runs:
with:
apiToken: ${{ inputs.CF_API_TOKEN }}
accountId: ${{ inputs.CF_ACCOUNT_ID }}
command: pages publish --branch production --project-name=${{ inputs.project }} ${{ inputs.source }}
command: pages publish --branch main --project-name=${{ inputs.project }} ${{ inputs.source }}