Quartz sync: Jun 2, 2024, 7:59 PM

This commit is contained in:
Rami Maalouf 2024-06-02 19:59:03 -04:00
parent d43bbb3dd4
commit 6b81b41f4c
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ jobs:
- name: Update Submodule
run: |
git config --global url."https://${{ secrets.GH_PAT }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
git config url."https://${{ secrets.GH_PAT }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
git submodule update --remote --merge
git add .
git commit -m "Updated submodule content"