Use input and output

This commit is contained in:
Daniel Cosme
2026-02-13 14:05:43 -05:00
parent fbfd4542ca
commit 08625a8c08
2 changed files with 38 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
name: "Simple Go Action"
description: "A simple Gitea action written in go"
inputs:
username:
description: "The username to print"
required: true
outputs:
time:
description: "The time when the action was called"
runs:
using: "go"
main: "main.go"