Skip to content

Commit

Permalink
Add Quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingdoom authored Feb 15, 2024
1 parent b68e5e8 commit 898db3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
git config --global user.name 'Neutron Updater'
git config --global user.email '[email protected]'
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"

0 comments on commit 898db3a

Please sign in to comment.