From 9ed5e7537e200255b4ef99cda023f7cadfd40c3d Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Wed, 11 Oct 2023 15:27:38 -0600 Subject: [PATCH] remove gh action definition (#191) Signed-off-by: Kent --- action.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 action.yaml diff --git a/action.yaml b/action.yaml deleted file mode 100644 index b3fedbc..0000000 --- a/action.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: kargo-render -description: Publish rendered manifests to an environment branch -inputs: - personalAccessToken: - description: A personal access token that allows Kargo Render to write to your repository - required: true - targetBranch: - description: The environment branch for which you want to render manifests - required: true - allowEmpty: - description: Whether to allow rendered manifests to be empty. If false this is disallowed as a safeguard against scenarios where a bug of any kind might otherwise cause Kargo Render to wipe out the contents of the target branch in error. - required: false - default: 'false' -runs: - using: docker - image: docker://ghcr.io/akuity/kargo-render:v0.1.0-rc.25 - entrypoint: kargo-render-action