1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/.github/workflows/github-os-sample.yml

7 lines
147 B
YAML

name: github-os-sample
on: workflow_dispatch
jobs:
main:
runs-on: ${{ github.event.event_type }}
steps:
- run: echo 'hello world!'