This commit is contained in:
Mads Marquart
2024-03-15 16:04:37 +01:00
parent f40f87ff12
commit d7b6f0c63d

View File

@@ -13,7 +13,7 @@ jobs:
- name: Fetch branch data from origin
run: git fetch origin
- run: |
COMMIT_MESSAGES=$(git log --format=%s origin/$GITHUB_BASE_REF..HEAD)
COMMIT_MESSAGES=$(git log --combined --format=%s origin/$GITHUB_BASE_REF..HEAD)
echo $COMMIT_MESSAGES
for MESSAGE in $COMMIT_MESSAGES; do
LENGTH=$(echo $MESSAGE | wc -c)