From 73ff43f0f18bf7ae9c610316201bdc2ae0277028 Mon Sep 17 00:00:00 2001 From: "kihwan.song" Date: Wed, 29 Apr 2026 09:58:41 +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=20task=20number=20=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- notify-slack/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notify-slack/action.yml b/notify-slack/action.yml index a361950..9fb76f4 100644 --- a/notify-slack/action.yml +++ b/notify-slack/action.yml @@ -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}"