diff --git a/scripts/ci/notify-actions.sh b/scripts/ci/notify-actions.sh index a9b59602..8b18ed77 100644 --- a/scripts/ci/notify-actions.sh +++ b/scripts/ci/notify-actions.sh @@ -28,10 +28,7 @@ if [ -z "$notify_url" ]; then fi deploy_env="${DEPLOY_ENV:-unknown}" -image_tag="${IMAGE_VERSION_TAG:-unknown}" job_status="${ACTION_JOB_STATUS:-unknown}" -workflow_name="${GITHUB_WORKFLOW:-Docker Image}" -repository="${GITHUB_REPOSITORY:-cozsweet-frontend-nextjs}" run_url="" if [ -n "${GITHUB_SERVER_URL:-}" ] && [ -n "${GITHUB_REPOSITORY:-}" ] && [ -n "${GITHUB_RUN_ID:-}" ]; then @@ -42,16 +39,8 @@ if [ -z "$run_url" ]; then fi export ACTION_NOTIFY_MESSAGE="$(cat <