From c32967a54fb381cc002c94f6e839ae391d98cec9 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 2 Jun 2021 15:06:16 +0000 Subject: [PATCH] Sync files with networkservicemesh/cmd-template This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/35cd28e6f6ab4047b0ad0ca35035403e1e8d400d commit 35cd28e6f6ab4047b0ad0ca35035403e1e8d400d Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com> Date: Wed Jun 2 22:05:05 2021 +0700 fix: Make consistent sha from 'docker-push-ghcr' and 'update deployments-k8s repository (#75) Signed-off-by: denis-tingajkin Signed-off-by: NSMBot --- .github/workflows/update-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-deployments.yaml b/.github/workflows/update-deployments.yaml index a5192e8..6e1cc32 100644 --- a/.github/workflows/update-deployments.yaml +++ b/.github/workflows/update-deployments.yaml @@ -24,7 +24,7 @@ jobs: - uses: benjlevesque/short-sha@v1.2 id: short-sha with: - length: 8 + length: 7 - name: Checkout networkservicemesh/deployments-k8s uses: actions/checkout@v2 with: