We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2ea17 commit 69bb8bcCopy full SHA for 69bb8bc
.github/workflows/update_protobufs.yml
@@ -20,5 +20,5 @@ jobs:
20
git config --global user.name 'github-actions'
21
git config --global user.email 'bot@noreply.github.com'
22
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
23
- git add protobufs
+ git add proto
24
git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"
0 commit comments