Skip to content

Using actions/checkout@v4 #17

Using actions/checkout@v4

Using actions/checkout@v4 #17

name: Deploy to Cloudflare Workers
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
command: deploy --var VERSION: ${{ github.sha }}

Check failure on line 18 in .github/workflows/deploy-CloudflareWorkers.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-CloudflareWorkers.yml

Invalid workflow file

You have an error in your yaml syntax on line 18