mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
7 lines
162 B
YAML
7 lines
162 B
YAML
name: ubuntu-latest
|
|
on: workflow_dispatch
|
|
jobs:
|
|
main:
|
|
runs-on: ${{ github.workflow }}
|
|
steps:
|
|
- run: "echo '${{ github.workflow }}: hello world!'"
|