Skip to content

Commit f5b433b

Browse files
authored
Composer update and tweak automated PR description (#6)
1 parent e6ebb9b commit f5b433b

File tree

2 files changed

+199
-126
lines changed

2 files changed

+199
-126
lines changed

.github/workflows/auto_update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
commit-message: "Statamic ${{ steps.updated-statamic-version.outputs.statamic_version }}"
5656
title: "Statamic ${{ steps.updated-statamic-version.outputs.statamic_version }}"
57-
body: "This pull request updates this site to [Statamic ${{ steps.updated-statamic-version.outputs.statamic_version }}](https://github.com/statamic/cms/releases/${{ steps.updated-statamic-version.outputs.statamic_version }})."
57+
body: "This pull request updates this site to [Statamic ${{ steps.updated-statamic-version.outputs.statamic_version }}](https://github.com/statamic/cms/releases/${{ steps.updated-statamic-version.outputs.statamic_version }}) as well as any additional dependencies."
5858
branch: "auto-update-statamic"
5959
base: main

0 commit comments

Comments
 (0)