8000 initil commit · vltpkg/vsr@e5de973 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

initil commit

initil commit #5

Workflow file for this run

name: Deploy Worker
on:
push:
pull_request:
repository_dispatch:
jobs:
deploy:

Check failure on line 7 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy Worker

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
timeout-minutes: 60
needs: test
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
0