From 898db3acf6f59047e5d22e92f268edbbdad79639 Mon Sep 17 00:00:00 2001 From: Pranay Sanghai <37276884+gamingdoom@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:09:45 -0800 Subject: [PATCH] Add Quotations --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index a2b0d622f1..86572c7d9c 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -24,5 +24,5 @@ jobs: git config --global user.name 'Neutron Updater' git config --global user.email 'bot@noreply.github.com' git remote set-url origin https://x-access-token:${{ secrets.TOKEN }}@github.com/${{ github.repository }} - git commit -am $(cd neutron && git show -s --format=%s) && git push || echo "No changes to commit" + git commit -am "Neutron: $(cd neutron && git show -s --format=%s)" && git push || echo "No changes to commit"