1
0
mirror of https://gitea.com/gitea/act synced 2024-11-27 07:08:57 +00:00
act/pkg/runner/testdata/workflow_dispatch-scalar/workflow_dispatch.yml
2022-11-10 20:16:00 +00:00

10 lines
120 B
YAML

name: workflow_dispatch
on: workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: exit 0