Skip to content

Commit 69bb8bc

Browse files
committed
Fx protobuf path
1 parent bb2ea17 commit 69bb8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_protobufs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
git config --global user.name 'github-actions'
2121
git config --global user.email 'bot@noreply.github.com'
2222
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
23-
git add protobufs
23+
git add proto
2424
git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"

0 commit comments

Comments
 (0)