workflows/get-merge-commit: fix actionlint warning

This commit is contained in:
Wolfgang Walther
2025-05-13 08:28:22 +02:00
parent 1893f5439e
commit afc3b33403
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
;;
pull_request_target)
if commits=$(base/ci/get-merge-commit.sh ${{ github.repository }} ${{ github.event.number }}); then
echo "Checking the commits:\n$commits"
echo -e "Checking the commits:\n$commits"
echo "$commits" >> "$GITHUB_OUTPUT"
else
# Skipping so that no notifications are sent