add pre and post
This commit is contained in:
@@ -9,4 +9,6 @@ outputs:
|
||||
description: 'The time when the action was called'
|
||||
runs:
|
||||
using: 'go'
|
||||
main: 'main.go'
|
||||
main: 'main.go'
|
||||
pre: 'pre/main.go'
|
||||
post: 'post/main.go'
|
||||
Reference in New Issue
Block a user