Align CI release workflow with adguard-cidre/socat-proxy template #31

Merged
Djeex merged 2 commits from fix-ci-release-template into main 2026-08-23 23:24:58 +02:00
Showing only changes of commit b0a220e7a2 - Show all commits
+2 -2
View File
@@ -155,9 +155,9 @@ jobs:
fi
fi
COMMIT_LIST=$(git log --no-merges --format='- %s' "$BASE_REF".."${{ github.sha }}")
REPO_URL="https://git.djeex.fr/Djeex/nvidia-stock-bot"
COMMIT_LIST=$(git log --no-merges --format="- [%h](${REPO_URL}/commit/%H) %s" "$BASE_REF".."${{ github.sha }}")
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
SOURCE_LINE="[${SHORT_SHA}](${REPO_URL}/commit/${{ github.sha }})"
if [ -n "$PR_NUM" ]; then