Skip to content

Commit 000f46a

Browse files
committed
ci
1 parent 7ad2ec3 commit 000f46a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
cd aiplan-api-ts
7272
echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
7373
74-
- name: Update main repository with new submodule reference
75-
run: |
76-
git add aiplan-api-ts
77-
git commit -m "Update api ts submodule to ${{ steps.submodule_commit.outputs.commit_hash }}"
78-
git push origin HEAD:main
74+
#- name: Update main repository with new submodule reference
75+
# run: |
76+
# git add aiplan-api-ts
77+
# git commit -m "Update api ts submodule to ${{ steps.submodule_commit.outputs.commit_hash }}"
78+
# git push origin HEAD:main

0 commit comments

Comments
 (0)