blob: 4718d024b0f05b741209c57d3b6f2636c2a20d5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name: Test stuff
on:
- push
jobs:
build:
name: Testing Testing
runs-on: ubuntu-latest
steps:
- name: hello
uses: actions/hello-world-docker-action@v1
with:
who-to-greet: "World"
|