슬랙 스크립트 task number 로 수정

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 09:58:41 +09:00
parent fd77335b1b
commit 73ff43f0f1

View File

@@ -12,12 +12,12 @@ runs:
REPO: ${{ gitea.repository }}
BRANCH: ${{ gitea.ref_name }}
ACTOR: ${{ gitea.actor }}
RUN_ID: ${{ gitea.run_id }}
RUN_NUMBER: ${{ gitea.run_number }}
SHA: ${{ gitea.sha }}
run: |
set -eu
SHORT_SHA="${SHA:0:7}"
STATUS_URL="https://status.gitea.pitap.at/${REPO}/actions/runs/${RUN_ID}"
STATUS_URL="https://status.gitea.pitap.at/${REPO}/actions/runs/${RUN_NUMBER}"
COMMIT_MSG="$(git log -1 --pretty=format:%s 2>/dev/null || echo '(no message)')"
HEADER_TEXT="🚀 배포 시작 — ${REPO}"