act/pkg/runner/testdata/ensure-post-steps/action-post/action.yml

12 lines
210 B
YAML

name: "action post"
description: "action post"
inputs:
fail:
description: "true if this should fail"
required: false
default: "false"
runs:
using: node16
main: "./main.js"
post: "./post.js"