mirror of
https://github.com/strukturag/nextcloud-spreed-signaling.git
synced 2025-04-11 14:21:18 +00:00
generate: Run "go mod tidy" after generating.
This commit is contained in:
parent
ef75c51774
commit
0aa74e1d67
1 changed files with 2 additions and 0 deletions
2
.github/workflows/generated.yml
vendored
2
.github/workflows/generated.yml
vendored
|
@ -83,6 +83,8 @@ jobs:
|
|||
if [ -z "$CHANGES" ]; then
|
||||
echo "No files have changed, no need to commit / push."
|
||||
else
|
||||
go mod tidy
|
||||
git add go.*
|
||||
git config user.name "$CODE_GENERATOR_NAME"
|
||||
git config user.email "$CODE_GENERATOR_EMAIL"
|
||||
git commit --author="$(git log -n 1 --pretty=format:%an) <$(git log -n 1 --pretty=format:%ae)>" -m "Update generated files from ${{github.event.pull_request.head.sha}}" *_easyjson.go *.pb.go
|
||||
|
|
Loading…
Add table
Reference in a new issue