Skip to content

Commit

Permalink
push generation after commit and improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed Mar 13, 2024
1 parent d111397 commit 32ab413
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
go install github.com/pseudomuto/protoc-gen-doc/cmd/[email protected]
echo "Dependencies installed. Running code & docs generation..."
make proto-generate
echo "Code & docs generation complete. "
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "generated"
# git push
git commit -m "CI: Regenerate code & docs from .proto definitions."
git push
echo "Wrapping up 'generate' job."

0 comments on commit 32ab413

Please sign in to comment.