1
0
Fork 0
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:
Nebel 2020-10-08 10:51:07 +09:00
parent 0e90b29f85
commit c59ed687d5

View file

@ -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!'"