Skip to content

Commit 49d97e9

Browse files
committed
fix: submodule update
1 parent 8e40fbe commit 49d97e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pi_merge_submodule.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
git config user.email "devtools@kern.ai"
5555
git config user.name "GitHub Actions"
5656
57+
git submodule update --remote --merge || true
58+
5759
git add submodules
5860
git commit -m "ci: update submodules to origin/${{ github.event.pull_request.base.ref }}" || true
5961
git push origin ${{ github.event.pull_request.base.ref }}
@@ -92,4 +94,4 @@ jobs:
9294

9395
- name: Delete Branch
9496
shell: bash
95-
run: git push origin --delete ${{ github.event.pull_request.head.ref }}
97+
run: git push origin --delete ${{ github.event.pull_request.head.ref }} || true

0 commit comments

Comments
 (0)