We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad2ec3 commit 000f46aCopy full SHA for 000f46a
.github/workflows/docker-push.yml
@@ -71,8 +71,8 @@ jobs:
71
cd aiplan-api-ts
72
echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
73
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
+ #- name: Update main repository with new submodule reference
+ # run: |
+ # git add aiplan-api-ts
+ # git commit -m "Update api ts submodule to ${{ steps.submodule_commit.outputs.commit_hash }}"
+ # git push origin HEAD:main
0 commit comments