mirror of
https://github.com/kou029w/_.git
synced 2025-02-25 02:05:18 +00:00
8 lines
147 B
YAML
8 lines
147 B
YAML
|
name: github-os-sample
|
||
|
on: workflow_dispatch
|
||
|
jobs:
|
||
|
main:
|
||
|
runs-on: ${{ github.event.event_type }}
|
||
|
steps:
|
||
|
- run: echo 'hello world!'
|