diff --git a/.github/workflows/download-packages-popularity.yml b/.github/workflows/download-packages-popularity.yml index e0d805b69..29560a24c 100644 --- a/.github/workflows/download-packages-popularity.yml +++ b/.github/workflows/download-packages-popularity.yml @@ -63,5 +63,5 @@ jobs: with: author_name: ${{ env.GIT_COMMIT_AUTHOR_NAME }} author_email: ${{ env.GIT_COMMIT_AUTHOR_EMAIL }} - commit-message: 'feat: adds popularity of packages' + message: 'feat: adds popularity of packages' push: true \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac18264c9..3540998c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,5 +122,5 @@ jobs: with: author_name: ${{ env.GIT_COMMIT_AUTHOR_NAME }} author_email: ${{ env.GIT_COMMIT_AUTHOR_EMAIL }} - commit-message: 'feat: ${{ matrix.bun-version }} adds auto-generated benchmarks and bar graph' + message: 'feat: ${{ matrix.bun-version }} adds auto-generated benchmarks and bar graph' push: true