Skip to content

Commit ea63a35

Browse files
committed
run git submodules sync so it doesn't crack
Signed-off-by: rishichawda <[email protected]>
1 parent fd5006a commit ea63a35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-content.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
run: |
2323
git config --global user.email "[email protected]"
2424
git config --global user.name "$GITHUB_ACTOR"
25+
git config --global url."https://${{ secrets.CONTENT_UPDATE_PAT }}@github.com/".insteadOf "https://github.com/"
2526
2627
- name: Update content submodule
2728
run: |
29+
git submodule sync
2830
git submodule update --remote --recursive
2931
git add content
3032
git commit -m "Update content submodule" || echo "No changes to commit"

0 commit comments

Comments
 (0)