octopush/_examples/actions/write_a_readme/octopush.yml

13 lines
223 B
YAML
Raw Normal View History

2022-11-21 21:27:36 +01:00
apiVersion: action
name: write-a-readme
select:
2022-11-23 22:17:06 +01:00
git:
repositories:
- git@git.front.kjuulh.io:kjuulh/octopush-test.git
push:
branch:
name: "write a readme"
action:
type: go
entry: "main.go"