2022-11-21 21:27:36 +01:00
|
|
|
apiVersion: action
|
2022-09-18 16:49:34 +02:00
|
|
|
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"
|