2020-03-06 11:30:39 -08:00
|
|
|
name: Test stuff
|
|
|
|
|
|
|
|
on:
|
|
|
|
- push
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
name: Testing Testing
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: hello
|
2022-10-17 18:03:17 +02:00
|
|
|
uses: actions/hello-world-docker-action@v1
|
2020-03-06 11:30:39 -08:00
|
|
|
with:
|
|
|
|
who-to-greet: "World"
|