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