From fd77335b1b3cf4cd6fa95998781fe24bfdda538c Mon Sep 17 00:00:00 2001 From: "kihwan.song" Date: Wed, 29 Apr 2026 09:48:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=AC=EB=9E=99=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notify-slack/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify-slack/action.yml b/notify-slack/action.yml index 29b9f8b..a361950 100644 --- a/notify-slack/action.yml +++ b/notify-slack/action.yml @@ -17,7 +17,7 @@ runs: run: | set -eu SHORT_SHA="${SHA:0:7}" - STATUS_URL="https://status.gitea.sample.com/${REPO}/actions/runs/${RUN_ID}" + STATUS_URL="https://status.gitea.pitap.at/${REPO}/actions/runs/${RUN_ID}" COMMIT_MSG="$(git log -1 --pretty=format:%s 2>/dev/null || echo '(no message)')" HEADER_TEXT="🚀 배포 시작 — ${REPO}"