Use input and output
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user