From 205aad448913f04a5f54eab1e67f872a16bee67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Wi=C4=99cek?= Date: Sun, 5 Jan 2025 01:03:24 +0100 Subject: [PATCH] Update commit message key in workflows --- .github/workflows/download-packages-popularity.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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