mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
test github-os-sample
This commit is contained in:
parent
0e90b29f85
commit
c59ed687d5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/github-os-sample.yml
vendored
5
.github/workflows/github-os-sample.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
default: ubuntu-latest
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ${{ github.event.inputs.os }}
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: ${{ github.event.inputs.os }}
|
||||
steps:
|
||||
- run: echo 'hello world!'
|
||||
- run: "echo '${{ github.event.inputs.os }}: hello world!'"
|
||||
|
|
Loading…
Add table
Reference in a new issue