From 1df81edc9c94342e934f038d17107858367768e5 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 7 Mar 2022 00:56:22 +0000 Subject: [PATCH] Update action.yml --- action.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/action.yml b/action.yml index d1a94a97..4dc61581 100644 --- a/action.yml +++ b/action.yml @@ -122,6 +122,22 @@ inputs: default: '' required: false description: 'GitHub token for cloning, only needed when kubeconfig is used.' + cachePushOverrideCommand: + default: '' + required: false + description: 'A command run every time a file is pushed to cache, formatted with input file path and remote cache path' + cachePullOverrideCommand: + default: '' + required: false + description: 'A command run every time before a file is being pulled from cache, formatted with request cache file and destination path' + readInputFromOverrideList: + default: '' + required: false + description: 'Comma separated list of input value names to read from "input override command"' + readInputOverrideCommand: + default: '' + required: false + description: 'Extend game ci by specifying a command to execute to pull input from external source e.g cloud provider secret managers' kubeConfig: default: '' required: false