gitea_act/pkg/runner/testdata/uses-composite-with-pre-and.../action-with-pre-and-post/action.yml

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