diff --git a/.github/workflows/build-and-push-image-to-ecr.yaml b/.github/workflows/build-and-push-image-to-ecr.yaml index 5704a32..a98fab4 100644 --- a/.github/workflows/build-and-push-image-to-ecr.yaml +++ b/.github/workflows/build-and-push-image-to-ecr.yaml @@ -82,3 +82,4 @@ jobs: message: | Preview URL: https://${{ inputs.APPLICATION_NAME }}-preview-${{ inputs.PR_NUMBER }}.staging.parcellab.dev Preview Argo App: https://argocd.staging.parcellab.dev/applications/argocd/${{ inputs.APPLICATION_NAME }}-preview-${{ inputs.PR_NUMBER }} + \ No newline at end of file