diff --git a/.github/workflows/call-manifests-update-docker-tag.yaml b/.github/workflows/call-manifests-update-docker-tag.yaml index 71d5e1434..06c8cc9fd 100644 --- a/.github/workflows/call-manifests-update-docker-tag.yaml +++ b/.github/workflows/call-manifests-update-docker-tag.yaml @@ -26,4 +26,4 @@ jobs: -H "Authorization: Bearer ${{ secrets.MANIFESTS_WORKFLOW_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/cds-snc/notification-manifests/dispatches \ - -d '{"event_type":"update-docker-image","client_payload":{"component":"ADMIN","docker_tag":"'"${{ env.DOCKER_TAG }}"'","branch":"release-automation-helm-staging"}}' \ No newline at end of file + -d '{"event_type":"update-docker-image","client_payload":{"component":"ADMIN","docker_tag":"'"${{ env.DOCKER_TAG }}"'","branch":"release-automation-helm-staging"}}'