create branch
This commit is contained in:
BIN
_examples/actions/write_a_readme/dist/bin
vendored
BIN
_examples/actions/write_a_readme/dist/bin
vendored
Binary file not shown.
@@ -7,7 +7,6 @@ func main() {
|
||||
Echo("# Readme").
|
||||
WriteFile("README.md")
|
||||
|
||||
println("i did something!")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user