Przeglądaj źródła

Merge branch 'gh-action/v5-integration' of github.com:ckeditor/ckeditor5 into gh-action/v5-integration

Kamil Piechaczek 5 lat temu
rodzic
commit
95f924f786
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/ckeditor5-integrations.yml

+ 1 - 1
.github/workflows/ckeditor5-integrations.yml

@@ -22,7 +22,7 @@ jobs:
           WORKFLOW_REPOSITORY: ${{ secrets.INTEGRATION_CI_REPOSITORY }}
           WORKFLOW_TRAVIS_TOKEN: ${{ secrets.INTEGRATION_CI_TRAVIS_TOKEN }}
         run: |
-          export BUILD_MESSAGE="Repository: $WORKFLOW_TRIGGER_REPOSITORY\nCommit: https://github.com/$WORKFLOW_TRIGGER_REPOSITORY/commit/$WORKFLOW_TRIGGER_COMMIT."
+          export BUILD_MESSAGE="Repository: $WORKFLOW_TRIGGER_REPOSITORY\n\nCommit: https://github.com/$WORKFLOW_TRIGGER_REPOSITORY/commit/$WORKFLOW_TRIGGER_COMMIT."
           export REQUEST_BODY="{\"request\": { \"branch\": \"master\", \"message\": \"$BUILD_MESSAGE\" } }"
           curl -s -X POST \
             -H "Content-Type: application/json" \