2026-02-13 13:28:32 -05:00
|
|
|
name: "Simple Go Action"
|
|
|
|
|
description: "A simple Gitea action written in go"
|
2026-02-13 14:05:43 -05:00
|
|
|
inputs:
|
|
|
|
|
username:
|
|
|
|
|
description: "The username to print"
|
|
|
|
|
required: true
|
|
|
|
|
outputs:
|
|
|
|
|
time:
|
|
|
|
|
description: "The time when the action was called"
|
2026-02-13 13:28:32 -05:00
|
|
|
runs:
|
|
|
|
|
using: "go"
|
|
|
|
|
main: "main.go"
|