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/6a1b0df8d297768620866e621a8474151113bab9

commit 6a1b0df8d297768620866e621a8474151113bab9
Author: Авраменко Михаил <[email protected]>
Date:   Mon Nov 8 12:56:13 2021 +0700

    added missed find-pr job (#80)

    Signed-off-by: Mikhail Avramenko <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 8, 2021
1 parent cd40c89 commit 5a3cefe
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/update-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ jobs:
path: ${{ github.repository }}
repository: ${{ github.repository }}
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
- uses: benjlevesque/[email protected]
id: short-sha
with:
length: 7
- name: Checkout networkservicemesh/deployments-k8s
uses: actions/checkout@v2
- name: Find merged PR
uses: jwalton/[email protected]
id: findPr
with:
path: networkservicemesh/deployments-k8s
repository: networkservicemesh/deployments-k8s
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
sha: ${{ github.sha }}
github-token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
- name: Create commit message
working-directory: ${{ github.repository }}
run: |
Expand All @@ -42,6 +38,16 @@ jobs:
echo "$LOG_MSG" >> /tmp/commit-message
echo "Commit Message:"
cat /tmp/commit-message
- uses: benjlevesque/[email protected]
id: short-sha
with:
length: 7
- name: Checkout networkservicemesh/deployments-k8s
uses: actions/checkout@v2
with:
path: networkservicemesh/deployments-k8s
repository: networkservicemesh/deployments-k8s
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
- name: Find and Replace version
uses: jacobtomlinson/gha-find-replace@master
with:
Expand Down

0 comments on commit 5a3cefe

Please sign in to comment.