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:
parent
40f2bcc572
commit
d6943cf413
1 changed files with 7 additions and 0 deletions
7
.github/workflows/secrets-os-sample.yml
vendored
Normal file
7
.github/workflows/secrets-os-sample.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
name: secrets-os-sample
|
||||||
|
on: workflow_dispatch
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: ${{ secrets.os }}
|
||||||
|
steps:
|
||||||
|
- run: echo 'hello world!'
|
Loading…
Add table
Reference in a new issue