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/83cb230fe53734d01bebf70340bcc3fd81916b07

commit 83cb230fe53734d01bebf70340bcc3fd81916b07
Author: Nikita Skrynnik <[email protected]>
Date:   Fri Mar 18 19:30:47 2022 +0700

    Fix autoresolve job (#94)

    * fix autoresolve job

    Signed-off-by: Nikita Skrynnik <[email protected]>

    * add 'manual version update' step

    Signed-off-by: Nikita Skrynnik <[email protected]>

    * Revert "fix autoresolve job"

    This reverts commit 54334b3aeeb0335d242be638106c6b21e2dc82a3.

    Signed-off-by: Nikita Skrynnik <[email protected]>

    * minor change

    Signed-off-by: Nikita Skrynnik <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Mar 18, 2022
1 parent 569f04f commit 1c3a241
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
uses: actions/setup-go@v1
with:
go-version: 1.16
- name: Update version manually
run: |
branch=${{ needs.automerge.outputs.pr_branch_ref }}
repository=${branch#update/networkservicemesh/}
echo Update ${repository} version in go.mod manually
go get -u github.com/networkservicemesh/${repository}@main
- name: Re-generate go.sum
run: go mod tidy
- name: Push changes
Expand Down

0 comments on commit 1c3a241

Please sign in to comment.