diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3c65d40f52a..4560e2f5706 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -28,9 +28,7 @@ jobs: - name: Commit changes uses: EndBug/add-and-commit@v7 with: - message: | - docs: updates on CHANGELOG - Added CHANGELOG to repository + message: "docs: updates on CHANGELOG\n\n Added CHANGELOG to repository" add: ${{ github.workspace }}/CHANGELOG.md - name: Get Changelog Entry diff --git a/.github/workflows/version-update.yml b/.github/workflows/version-update.yml index 0d769de12be..27e948bad79 100644 --- a/.github/workflows/version-update.yml +++ b/.github/workflows/version-update.yml @@ -24,9 +24,7 @@ jobs: with: branch: master skip_dirty_check: true - commit_message: | - docs: updates on VERSION - Added information on VERSION to repository + commit_message: "docs: updates on VERSION\n\n Added information on VERSION to repository" commit_options: '--no-verify --signoff' commit_user_name: GitHub Bot commit_user_email: github-actions@nullables.io