Skip to content

Commit

Permalink
Composer update and tweak automated PR description (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jun 25, 2024
1 parent e6ebb9b commit f5b433b
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Statamic ${{ steps.updated-statamic-version.outputs.statamic_version }}"
title: "Statamic ${{ steps.updated-statamic-version.outputs.statamic_version }}"
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 }})."
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."
branch: "auto-update-statamic"
base: main
Loading

0 comments on commit f5b433b

Please sign in to comment.