1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00
Files
act/pkg/runner/testdata/issue-104/main.yaml
2020-03-06 11:30:39 -08:00

16 lines
225 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@master
with:
who-to-greet: "World"