This commit is contained in:
14
action.yaml
Normal file
14
action.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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'
|
||||
pre: 'pre/main.go'
|
||||
post: 'post/main.go'
|
||||
Reference in New Issue
Block a user