Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
This PR syncs files with https://github.com/networkservicemesh/cmd-template

Revision: https://github.com/networkservicemesh/cmd-template/commits/4ead01d03ae76f148689a090d0750b2b32fcb167

commit 4ead01d03ae76f148689a090d0750b2b32fcb167
Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com>
Date:   Tue May 17 16:16:27 2022 +0700

    change find-and-replace version (#102)

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed May 17, 2022
1 parent 56841d4 commit 9decbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
repository: networkservicemesh/deployments-k8s
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
- name: Find and Replace version
uses: jacobtomlinson/gha-find-replace@master
uses: jacobtomlinson/gha-find-replace@v2
with:
find: "${{ github.event.repository.name }}:.*\n"
replace: "${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n"
- name: Find and Replace ci/${{ github.event.repository.name }} version
uses: jacobtomlinson/gha-find-replace@master
uses: jacobtomlinson/gha-find-replace@v2
with:
find: "ci/${{ github.event.repository.name }}:.*\n"
replace: "ci/${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n"
Expand Down

0 comments on commit 9decbf7

Please sign in to comment.