From 1bfa6839e2630dba750e4faabe429509005caa02 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 27 Jan 2022 08:57:49 -0600 Subject: [PATCH] Use correct path to mesh (#1155) --- .github/workflows/update_protobufs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_protobufs.yml b/.github/workflows/update_protobufs.yml index d33115959..5af061e96 100644 --- a/.github/workflows/update_protobufs.yml +++ b/.github/workflows/update_protobufs.yml @@ -31,5 +31,5 @@ jobs: git config --global user.email 'bot@noreply.github.com' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git add proto - git add mesh + git add src/mesh git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"