0
0
Fork 0
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:
Joachim Bauch 2025-01-15 17:08:42 +01:00
parent ef75c51774
commit 0aa74e1d67
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -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