File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 --body "${{ github.event.pull_request.body }}" \
8080 --base dev \
8181 --head ${{ needs.configure-branch-name.outputs.gh_head_ref }} \
82- --repo ${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image
82+ --repo ${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image || true
8383
8484 pi-update-app :
8585 name : ' Parent Images: App'
@@ -142,5 +142,5 @@ jobs:
142142 --body "${{ github.event.pull_request.body }}" \
143143 --base dev \
144144 --head ${{ needs.configure-branch-name.outputs.gh_head_ref }} \
145- --repo ${{ github.repository_owner }}/${{ matrix.app }}
145+ --repo ${{ github.repository_owner }}/${{ matrix.app }} || true
146146
Original file line number Diff line number Diff line change 7878 -o ${{ github.repository_owner }} \}}
7979 -r ${{ github.event.repository.name }} \}}
8080 -n ${{ github.event.release.tag_name }} \}}
81- -a ${{ matrix.app }}
81+ -a ${{ matrix.app }}
You can’t perform that action at this time.
0 commit comments