github.com/nektos/act@v0.2.63/pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/action.yml (about)

     1  name: "Action with pre and post"
     2  description: "Action with pre and post"
     3  
     4  inputs:
     5    step:
     6      description: "step"
     7      required: true
     8  
     9  runs:
    10    using: "node16"
    11    pre: pre.js
    12    main: main.js
    13    post: post.js