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

create ubuntu-latest action

This commit is contained in:
Nebel 2020-10-08 11:07:14 +09:00
parent 0f9acf9d4f
commit 6069015c84

7
.github/workflows/ubuntu-latest.yml vendored Normal file
View file

@ -0,0 +1,7 @@
name: ubuntu-latest
on: workflow_dispatch
jobs:
main:
runs-on: ${{ github.workflow }}
steps:
- run: "echo '${{ github.workflow }}: hello world!'"