octopush/_examples/actions/write_a_readme/octopush.yml

27 lines
496 B
YAML
Raw Normal View History

2022-11-21 21:27:36 +01:00
apiVersion: action
name: write-a-readme
select:
2022-11-27 01:56:07 +01:00
# github:
# repositories:
# - kjuulh/octopush-test
# push:
# pull-request:
# name: "write a readme"
2022-11-24 22:10:34 +01:00
2022-11-27 01:56:07 +01:00
# gitea:
# repositories:
# - kjuulh/octopush-test
# push:
# pull-request:
# name: "write a readme"
2022-11-24 22:10:34 +01:00
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"