Skip to content

Commit

Permalink
Merge pull request #167 from openshift-cherrypick-robot/cherry-pick-1…
Browse files Browse the repository at this point in the history
…62-to-release-0.4

[release-0.4] Fix env var usage
  • Loading branch information
slintes committed Jan 11, 2023
2 parents b1ee79d + c530e9f commit 9e050ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post-submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
body: >
# Node HealthCheck Operator $GITHUB_REF_NAME
# Node HealthCheck Operator ${{ github.ref_name }}
## Notable Changes
Expand All @@ -59,9 +59,9 @@ jobs:
### Images
- Operator: quay.io/medik8s/node-healthcheck-operator:${GITHUB_REF_NAME}
- Bundle: quay.io/medik8s/node-healthcheck-operator-bundle:${GITHUB_REF_NAME}
- Catalog aka Index: quay.io/medik8s/node-healthcheck-operator-index:${GITHUB_REF_NAME}
- Operator: quay.io/medik8s/node-healthcheck-operator:${{ github.ref_name }}
- Bundle: quay.io/medik8s/node-healthcheck-operator-bundle:${{ github.ref_name }}
- Catalog aka Index: quay.io/medik8s/node-healthcheck-operator-index:${{ github.ref_name }}
### Source code and OLM manifests
Expand Down

0 comments on commit 9e050ef

Please sign in to comment.