Skip to content

Commit f7e75a6

Browse files
committed
fix: git add requirements
1 parent 04cca54 commit f7e75a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pi_merge_parent_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: |
194194
cd ${{ github.workspace }}/${{ matrix.app }}
195195
196-
git add requirements/${{ matrix.parent_image_type }}-requirements.in
196+
git add requirements/${{ matrix.parent_image_type }}-requirements.txt
197197
git commit -m "ci: update ${{ matrix.parent_image_type }}-requirements.txt" || true
198198
git push origin ${{ needs.configure-branch-name.outputs.gh_head_ref }}
199199
echo "::notice::${{ matrix.app }} - updated ${{ matrix.parent_image_type }}-requirements.txt"

0 commit comments

Comments
 (0)