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

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

View File

@ -24,13 +24,13 @@ jobs:
submodules: recursive # Fetch submodules
token: ${{ secrets.GH_PAT }}
- name: Update Submodule
run: |
git config --global 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"
git push origin main
- name: Update Submodule
run: |
git config --global 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"
git push origin main
- uses: actions/setup-node@v3
with: