diff --git a/.github/workflows/definitelyTyped.yml b/.github/workflows/definitelyTyped.yml index 608d9e0bb..03bf0e034 100644 --- a/.github/workflows/definitelyTyped.yml +++ b/.github/workflows/definitelyTyped.yml @@ -43,7 +43,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }} with: - commit-message: chore(definitelyTyped) add definitelyTyped tests data + commit-message: "chore(definitelyTyped) add definitelyTyped tests data" committer: typescripttdd author: typescripttdd title: DefinitelyTyped Tests Data on ${{ env.DATE }} diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index fa42e0a5f..23dc04833 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -42,7 +42,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v2 with: - commit-message: chore(performance) add performance data + commit-message: "chore(performance): add performance data" committer: typescripttdd author: typescripttdd title: Performance Data on ${{ env.DATE }}