From c92d353e859e74595259d5bf752a7e1e7c4b09d9 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Wed, 4 Oct 2023 14:19:04 +0200 Subject: [PATCH] chore: fix commit message in update licenses action --- .github/workflows/update_licenses.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index 35c525e87..7611ecdf3 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -76,5 +76,5 @@ jobs: if: ${{ github.ref_name != 'main' && !(startsWith(github.ref_name , 'release/')) }} uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "chore: refresh ${{ github.event.inputs.notebook }} notebook" + commit_message: "chore: update licenses for ${{ matrix.os }}" add_options: '-u'