We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cca54 commit f7e75a6Copy full SHA for f7e75a6
.github/workflows/pi_merge_parent_image.yml
@@ -193,7 +193,7 @@ jobs:
193
run: |
194
cd ${{ github.workspace }}/${{ matrix.app }}
195
196
- git add requirements/${{ matrix.parent_image_type }}-requirements.in
+ git add requirements/${{ matrix.parent_image_type }}-requirements.txt
197
git commit -m "ci: update ${{ matrix.parent_image_type }}-requirements.txt" || true
198
git push origin ${{ needs.configure-branch-name.outputs.gh_head_ref }}
199
echo "::notice::${{ matrix.app }} - updated ${{ matrix.parent_image_type }}-requirements.txt"
0 commit comments