Print hello world
This commit is contained in:
5
action.yaml
Normal file
5
action.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
name: "Simple Go Action"
|
||||||
|
description: "A simple Gitea action written in go"
|
||||||
|
runs:
|
||||||
|
using: "go"
|
||||||
|
main: "main.go"
|
||||||
3
go.mod
Normal file
3
go.mod
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module git.danicos.dev/actions/simple-go-action
|
||||||
|
|
||||||
|
go 1.25.6
|
||||||
Reference in New Issue
Block a user