From 86c9097497f9f72d894438a0f332f1d9c72a750a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC=20=D0=94=D1=80=D0=BE=D0=B7?= =?UTF-8?q?=D0=B4=D0=BE=D0=B2?= Date: Tue, 14 Jan 2025 15:00:13 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/werf-yonote-cleanup-template.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/werf-yonote-cleanup-template.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/werf-yonote-cleanup-template.yml b/.gitea/workflows/werf-yonote-cleanup-template.yml index 2e52564..1cc059f 100644 --- a/.gitea/workflows/werf-yonote-cleanup-template.yml +++ b/.gitea/workflows/werf-yonote-cleanup-template.yml @@ -14,6 +14,10 @@ on: default: false required: false type: boolean + commit_sha: + description: 'SHA текущего коммита' + required: true + type: string secrets: VAULT_ROLE_ID: required: true @@ -66,4 +70,4 @@ jobs: WERF_REPO: ${{ inputs.docker_repo_path }}/${{ inputs.docker_images_path }} WERF_KUBECONFIG_BASE64: ${{ steps.import-secrets.outputs.local_cluster_kube_config_base64 }} NPM_AUTH_TOKEN: ${{ steps.import-secrets.outputs.NPM_AUTH_TOKEN }} - COMMIT_SHA: "${{ github.sha }}" + COMMIT_SHA: ${{ inputs.commit_sha }}