15
pkg/runner/testdata/issue-104/main.yaml
vendored
Normal file
15
pkg/runner/testdata/issue-104/main.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Test stuff
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Testing Testing
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: hello
|
||||
uses: actions/hello-world-docker-action@master
|
||||
with:
|
||||
who-to-greet: "World"
|
Reference in New Issue
Block a user