Skip to content

Update test_workflow.yaml #3

Update test_workflow.yaml

Update test_workflow.yaml #3

name: test

Check failure on line 1 in .github/workflows/test_workflow.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_workflow.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: my_first_job
on:
workflow_dispatch:
inputs:
config-path:
required: true
type: string
secrets:
personal_access_token:
required: true
jobs:
my_first_job:
name: My first job