Skip to content

Commit 11e539b

Browse files
committed
xx
1 parent 306052b commit 11e539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-operatorhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
echo "- **Operator Image**: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPO }}/${{ env.OPERATOR_IMAGE_NAME }}:v${{ env.VERSION }}" >> $GITHUB_STEP_SUMMARY
224224
225225
if [ "${{ github.event.inputs.create_pr }}" = "true" ]; then
226-
echo "- **Status**: PR created to OperatorHub" >> $GITHUB_STEP_SUMMARY
226+
echo "- **Status**: PR created to OperatorHub - ${{ env.pr_url }}" >> $GITHUB_STEP_SUMMARY
227227
else
228228
echo "- **Status**: Bundle generated (PR creation disabled)" >> $GITHUB_STEP_SUMMARY
229229
fi

0 commit comments

Comments
 (0)