Skip to content

Fix paths

Fix paths #4

Workflow file for this run

name: Deploy to Staging
on:
push:
branches:
- staging
jobs:
lint:
uses: ./.github/workflows/coding-standards.yml
test:
uses: ./.github/workflows/code-quality.yml
needs: lint
build:
uses: ./.github/workflows/jobs/build.yml

Check failure on line 17 in .github/workflows/staging.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/staging.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
needs: test
deploy:
uses: ./.github/workflows/jobs/deploy.yml
needs: build
with:
name: staging
url: https://staging.fueled.com