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