Skip to content

Fix actions

Fix actions #2

Workflow file for this run

name: Test dispatch

Check failure on line 1 in .github/workflows/tmp-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tmp-test.yml

Invalid workflow file

reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Test"
deploy:
runs-on: ubuntu-latest
needs: test
steps:
- name: Deploy docs
uses: code16/sharp/.github/workflows/deploy.yml@main