We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdfe05 commit 3479cdaCopy full SHA for 3479cda
.github/workflows/pi_merge_submodule.yml
@@ -116,7 +116,7 @@ jobs:
116
git config user.name "GitHub Actions"
117
118
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 }}
+ git pull origin ${{ needs.configure-branch-name.outputs.gh_head_ref }}
120
121
- name: Compile Requirements
122
run: |
0 commit comments