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