Skip to content

Commit

Permalink
Use default cloudflare parameters in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpizenberg committed Mar 25, 2024
1 parent fb1c715 commit 4286de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
# Optional: Switch what branch you are publishing to.
# By default this will be the branch which triggered this workflow
branch: cloudflare
# branch: main
# Optional: Change the working directory
# workingDirectory: my-site
# Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta`
wranglerVersion: '3'
# wranglerVersion: '3'

0 comments on commit 4286de9

Please sign in to comment.