We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a881663 commit cddb867Copy full SHA for cddb867
.github/workflows/pi_merge_parent_image.yml
@@ -171,7 +171,6 @@ jobs:
171
git config user.name "GitHub Actions"
172
173
git checkout -b ${{ needs.configure-branch-name.outputs.gh_head_ref }} || git checkout ${{ needs.configure-branch-name.outputs.gh_head_ref }}
174
- git pull origin ${{ needs.configure-branch-name.outputs.gh_head_ref }}
175
176
- name: Compile Requirements (Python)
177
if: matrix.parent_image_type != 'next'
0 commit comments