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

     1  name: "action composite"
     2  description: "action composite"
     3  runs:
     4    using: composite
     5    steps:
     6      # second post action should fail if executed (we do check on the exit code)
     7      - uses: ./ensure-post-steps/action-post/
     8        with:
     9          fail: "true"
    10      - uses: ./ensure-post-steps/action-post/