Unverified Commit afc3b334 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/get-merge-commit: fix actionlint warning

parent 1893f543
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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