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 3268a7f commit 409c44dCopy full SHA for 409c44d
.github/workflows/publish-operatorhub.yml
@@ -144,7 +144,7 @@ jobs:
144
owner: 'k8s-operatorhub',
145
repo: '${{ github.event.inputs.operator_hub_repo }}',
146
title: 'operator ${{ env.OPERATOR_NAME }} (${{ env.VERSION }})',
147
- head: ${{ github.event.inputs.community_operators_midstream_repo_org }}/'${{ env.BRANCH_NAME }}',
+ head: '${{ github.event.inputs.community_operators_midstream_repo_org }}/${{ env.BRANCH_NAME }}',
148
head_repo: 'community-operators',
149
base: 'main',
150
body: `## kubernetes-nmstate-operator version ${{ env.VERSION }}
0 commit comments