Skip to content

Commit 3479cda

Browse files
committed
fix: git ops in pi_merge_submodule
1 parent 2cdfe05 commit 3479cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pi_merge_submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
git config user.name "GitHub Actions"
117117
118118
git checkout -b ${{ needs.configure-branch-name.outputs.gh_head_ref }} || git checkout ${{ needs.configure-branch-name.outputs.gh_head_ref }}
119-
git push origin ${{ needs.configure-branch-name.outputs.gh_head_ref }} && git pull origin ${{ needs.configure-branch-name.outputs.gh_head_ref }}
119+
git pull origin ${{ needs.configure-branch-name.outputs.gh_head_ref }}
120120
121121
- name: Compile Requirements
122122
run: |

0 commit comments

Comments
 (0)