act/pkg/runner/testdata/uses-composite-check-for-in.../action-with-pre-and-post/action.yml

17 lines
252 B
YAML

name: "Action with pre and post"
description: "Action with pre and post"
inputs:
step:
description: "step"
required: true
cache:
required: false
default: false
runs:
using: "node16"
pre: pre.js
main: main.js
post: post.js