Print hello world

This commit is contained in:
Daniel Cosme
2026-02-13 13:28:32 -05:00
parent 918d8d25b8
commit 474e63713d
3 changed files with 15 additions and 0 deletions

5
action.yaml Normal file
View File

@@ -0,0 +1,5 @@
name: "Simple Go Action"
description: "A simple Gitea action written in go"
runs:
using: "go"
main: "main.go"