Adding missing \ in promote workflow

This commit is contained in:
John Westcott IV
2023-03-27 14:28:18 -04:00
parent b1ecc89759
commit bf91f32f79

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 }}