Add 'down-on-success' input to action.yml and implement conditional down in post-runner.ts
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Internal - Main - Continuous Integration / release (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled

This commit is contained in:
2025-08-03 03:45:16 +07:00
parent 70d1c8d63e
commit 1372c61353
3 changed files with 24 additions and 10 deletions

View File

@@ -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