Skip to content

dry run

dry run #1

name: Deploy CF workers
on:
pull_request:
paths:
- 'cf/**'
- '.github/workflows/deploy-cloudflare.yml'
push:
paths:
- 'cf/**'
- '.github/workflows/deploy-cloudflare.yml'
jobs:
check-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cloudflare/wrangler-action@v3
working-directory: "cf/latest-snapshot"

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

View workflow run for this annotation

GitHub Actions / Deploy CF workers

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-cloudflare.yml (Line: 18, Col: 9): Unexpected value 'working-directory'
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy --dry-run