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

create secrets-os-sample action

This commit is contained in:
Nebel 2020-10-08 10:39:44 +09:00
parent 40f2bcc572
commit d6943cf413

View file

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