Skip to content

Commit

Permalink
chore: fix commit message in update licenses action
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Oct 4, 2023
1 parent ad2d7ce commit c92d353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit c92d353

Please sign in to comment.