Skip to content

Commit

Permalink
Bump cloudflare/wrangler-action in /.github/workflows (#4)
Browse files Browse the repository at this point in the history
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/cloudflare/wrangler-action/releases)
- [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md)
- [Commits](cloudflare/wrangler-action@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: cloudflare/wrangler-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 1, 2023
1 parent 1ea3710 commit 6ebd4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
commit: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}

- name: Deploy
uses: cloudflare/wrangler-action@v3.1.0
uses: cloudflare/wrangler-action@v3.1.1
if: github.event_name == 'push' && !contains(github.event.head_commit.message, '[skip deploy]')
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit 6ebd4f3

Please sign in to comment.