File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ jobs:
3232 if : github.repository == 'cloudfoundry/php-buildpack'
3333 run : |
3434 echo 'task=* Bump PHP modules. See [doc](https://github.com/cloudfoundry/buildpacks-ci/tree/master/scripts/php-modules#pre-buildpack-release-task)' >> "${GITHUB_OUTPUT}"
35+ echo 'title=Bump PHP Modules and ' >> "${GITHUB_OUTPUT}"
3536
3637 - name : File Issue
3738 id : file-issue
3839 uses : paketo-buildpacks/github-config/actions/issue/file@main
3940 with :
4041 token : ${{ secrets.CF_BOT_GITHUB_TOKEN }}
4142 repo : ${{ github.repository }}
42- issue_title : " Release: ${{ github.event.repository.name }} (${{ steps.month.outputs.month }})"
43+ issue_title : " ${{ steps.php-specific.outputs.title }} Release: ${{ github.event.repository.name }} (${{ steps.month.outputs.month }})"
4344 issue_body : |
4445 Release reminder for ${{ github.event.repository.name }}
4546
You can’t perform that action at this time.
0 commit comments