summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/ensure-post-steps/action-post/action.yml
blob: 3ac54788d0b1ff5e1c30e71ac2a9217fc17787e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"