슬랙 스크립트 오류 수정

This commit is contained in:
2026-04-29 09:48:58 +09:00
parent ca4ba9889c
commit fd77335b1b

View File

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