2022-11-27 12:21:35 +01:00
|
|
|
apiVersion: action
|
2022-09-18 16:49:34 +02:00
|
|
|
name: write-a-readme
|
|
|
|
select:
|
2022-12-01 09:14:01 +01:00
|
|
|
# github:
|
|
|
|
# repositories:
|
|
|
|
# - kjuulh/octopush-test
|
|
|
|
# push:
|
|
|
|
# pull-request:
|
|
|
|
# name: "write a readme"
|
2022-11-27 12:21:35 +01:00
|
|
|
|
2022-11-27 21:07:41 +01:00
|
|
|
gitea:
|
|
|
|
repositories:
|
|
|
|
- kjuulh/octopush-test
|
|
|
|
push:
|
|
|
|
pull-request:
|
|
|
|
name: "write a readme"
|
2022-11-27 12:21:35 +01:00
|
|
|
|
2022-12-01 09:14:01 +01:00
|
|
|
# git:
|
|
|
|
# repositories:
|
|
|
|
# - git@git.front.kjuulh.io:kjuulh/octopush-test.git
|
|
|
|
# push:
|
|
|
|
# branch:
|
|
|
|
# name: "write a readme"
|
2022-11-27 12:21:35 +01:00
|
|
|
action:
|
|
|
|
type: go
|
|
|
|
entry: "main.go"
|