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 79
79
--body "${{ github.event.pull_request.body }}" \
80
80
--base dev \
81
81
--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
83
83
84
84
pi-update-app :
85
85
name : ' Parent Images: App'
@@ -142,5 +142,5 @@ jobs:
142
142
--body "${{ github.event.pull_request.body }}" \
143
143
--base dev \
144
144
--head ${{ needs.configure-branch-name.outputs.gh_head_ref }} \
145
- --repo ${{ github.repository_owner }}/${{ matrix.app }}
145
+ --repo ${{ github.repository_owner }}/${{ matrix.app }} || true
146
146
Original file line number Diff line number Diff line change 78
78
-o ${{ github.repository_owner }} \}}
79
79
-r ${{ github.event.repository.name }} \}}
80
80
-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