From 13df81c32b31021d321afa758c230ee47317b013 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 2 Jun 2021 01:54:06 +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/70b0f7338a06ae70537f1aeae1b7eb74cb8adaaf commit 70b0f7338a06ae70537f1aeae1b7eb74cb8adaaf Author: Ed Warnicke Date: Tue Jun 1 20:53:08 2021 -0500 Setup cmd repos to replace ${{ github.event.repository.name }}/ci pattern. (#74) Signed-off-by: NSMBot --- .github/workflows/update-deployments.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-deployments.yaml b/.github/workflows/update-deployments.yaml index 16b578f3..a5192e8a 100644 --- a/.github/workflows/update-deployments.yaml +++ b/.github/workflows/update-deployments.yaml @@ -47,6 +47,11 @@ jobs: with: find: "${{ github.event.repository.name }}:.*\n" replace: "${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n" + - name: Find and Replace ${{ github.event.repository.name }}/ci version + uses: jacobtomlinson/gha-find-replace@master + with: + find: "${{ github.event.repository.name }}/ci:.*\n" + replace: "${{ github.event.repository.name }}/ci:${{ steps.short-sha.outputs.sha }}\n" - name: Push update to the deployments-k8s working-directory: networkservicemesh/deployments-k8s run: |