From ac19e5c216ff059a7697504617c3c6672587ac9a 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: Wed, 15 Jan 2025 13:36:39 +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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/werf-yonote-cleanup-template.yml b/.gitea/workflows/werf-yonote-cleanup-template.yml index ad41a6a..b9e2455 100644 --- a/.gitea/workflows/werf-yonote-cleanup-template.yml +++ b/.gitea/workflows/werf-yonote-cleanup-template.yml @@ -45,9 +45,6 @@ jobs: ${{ env.vault_main_base_path }} docker_registry_username ; ${{ env.vault_main_base_path }} docker_registry_password ; dev/wilix/yonote/data/ci/yonote NPM_AUTH_TOKEN ; - - - name: Set COMMIT_SHA in environment - run: echo "COMMIT_SHA=${{ github.sha }}" >> "$GITHUB_ENV" - name: Login to wilix nexus Container Registry uses: https://github.com/docker/login-action@v2 @@ -69,4 +66,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: ${{ env "COMMIT_SHA" }} + COMMIT_SHA: ${{ inputs.COMMIT_SHA }}