github.com/nektos/act@v0.2.63/pkg/runner/testdata/ensure-post-steps/action-post/action.yml (about) 1 name: "action post" 2 description: "action post" 3 inputs: 4 fail: 5 description: "true if this should fail" 6 required: false 7 default: "false" 8 runs: 9 using: node16 10 main: "./main.js" 11 post: "./post.js"