create branch

This commit is contained in:
2022-11-23 22:17:06 +01:00
parent 18ec10914b
commit 6e13263009
9 changed files with 126 additions and 37 deletions

Binary file not shown.

View File

@@ -7,7 +7,6 @@ func main() {
Echo("# Readme").
WriteFile("README.md")
println("i did something!")
if err != nil {
panic(err)
}

View File

@@ -1,11 +1,12 @@
apiVersion: action
name: write-a-readme
select:
repositories:
- git@git.front.kjuulh.io:kjuulh/octopush-test.git
# providers:
# - gitea: https://git.front.kjuulh.io
# organisation: "cibus"
actions:
- type: go
entry: "main.go"
git:
repositories:
- git@git.front.kjuulh.io:kjuulh/octopush-test.git
push:
branch:
name: "write a readme"
action:
type: go
entry: "main.go"