diff options
| author | Michael Tews <michael@tews.dev> | 2026-03-25 22:47:30 +0100 |
|---|---|---|
| committer | Michael Tews <michael@tews.dev> | 2026-03-25 22:47:30 +0100 |
| commit | 5448bc74d2199dbadffab61d0dc594977aeedd67 (patch) | |
| tree | 55e53d645b4c0e8870c9cd4a8d27c358ff159194 | |
| parent | 515c22e922a208b3dee36f6052b73a0edcab7b5a (diff) | |
ci: fixes update-rclone commit-message to follow conventional commits
| -rw-r--r-- | .github/workflows/update-rclone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-rclone.yml b/.github/workflows/update-rclone.yml index 0a7c454..107f734 100644 --- a/.github/workflows/update-rclone.yml +++ b/.github/workflows/update-rclone.yml @@ -45,8 +45,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: branch: update-rclone-${{ steps.latest.outputs.latest }} - commit-message: "Update rclone to ${{ steps.latest.outputs.latest }}" - title: "Update rclone to ${{ steps.latest.outputs.latest }}" + commit-message: "chore(deps): update rclone to ${{ steps.latest.outputs.latest }}" + title: "chore(deps): update rclone to ${{ steps.latest.outputs.latest }}" body: | Automated dependency update. |
