Skip to content

Commit

Permalink
Fx protobuf path
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Dec 30, 2021
1 parent bb2ea17 commit 69bb8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_protobufs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add protobufs
git add proto
git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"

1 comment on commit 69bb8bc

@vercel
Copy link

@vercel vercel bot commented on 69bb8bc Dec 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.