1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

create github-os-sample action

This commit is contained in:
Nebel 2020-10-08 10:45:43 +09:00
parent 58bfca6820
commit 6a991166fd

View file

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