We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306052b commit 11e539bCopy full SHA for 11e539b
.github/workflows/publish-operatorhub.yml
@@ -223,7 +223,7 @@ jobs:
223
echo "- **Operator Image**: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPO }}/${{ env.OPERATOR_IMAGE_NAME }}:v${{ env.VERSION }}" >> $GITHUB_STEP_SUMMARY
224
225
if [ "${{ github.event.inputs.create_pr }}" = "true" ]; then
226
- echo "- **Status**: PR created to OperatorHub" >> $GITHUB_STEP_SUMMARY
+ echo "- **Status**: PR created to OperatorHub - ${{ env.pr_url }}" >> $GITHUB_STEP_SUMMARY
227
else
228
echo "- **Status**: Bundle generated (PR creation disabled)" >> $GITHUB_STEP_SUMMARY
229
fi
0 commit comments