14 lines
204 B
YAML
14 lines
204 B
YAML
|
name: "Action with pre and post"
|
||
|
description: "Action with pre and post"
|
||
|
|
||
|
inputs:
|
||
|
step:
|
||
|
description: "step"
|
||
|
required: true
|
||
|
|
||
|
runs:
|
||
|
using: "node16"
|
||
|
pre: pre.js
|
||
|
main: main.js
|
||
|
post: post.js
|