act/pkg/runner/testdata/issue-104/main.yaml
ChristopherHX 5d2eb1f238
fix: ci is failing since 2022-10-17 (#1397)
* Update push.yml

* Update main.yaml

* Update action.yml
2022-10-17 16:03:17 +00:00

15 lines
221 B
YAML

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"