Add 'down-on-success' input to action.yml and implement conditional down in post-runner.ts
This commit is contained in:
@@ -48,6 +48,10 @@ inputs:
|
||||
description: The GitHub token used to create an authenticated client (to fetch the latest version of docker compose).
|
||||
default: ${{ github.token }}
|
||||
required: false
|
||||
down-on-success:
|
||||
description: "Whether to down the services on success."
|
||||
required: false
|
||||
default: "false"
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
|
||||
Reference in New Issue
Block a user