Merge pull request #1302 from john-westcott-iv/fix_release

Adding missing \ in promote workflow
This commit is contained in:
John Westcott IV
2023-03-27 14:40:19 -04:00
committed by GitHub

View File

@@ -39,5 +39,5 @@ jobs:
-e operator_image=quay.io/${{ github.repository }} \
-e chart_owner=${{ github.repository_owner }} \
-e tag=${{ github.event.release.tag_name }} \
-e gh_token=${{ secrets.GITHUB_TOKEN }}
-e gh_token=${{ secrets.GITHUB_TOKEN }} \
-e gh_user=${{ github.actor }}