GitHub_collection_hello-world/g/GitHub Actions.yaml

11 lines
137 B
YAML
Raw Normal View History

2022-01-01 00:03:10 +00:00
name: Hello World
on:
[workflow_dispatch, push]
2022-01-01 00:03:10 +00:00
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"