File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ jobs:
32
32
if : github.repository == 'cloudfoundry/php-buildpack'
33
33
run : |
34
34
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}"
35
36
36
37
- name : File Issue
37
38
id : file-issue
38
39
uses : paketo-buildpacks/github-config/actions/issue/file@main
39
40
with :
40
41
token : ${{ secrets.CF_BOT_GITHUB_TOKEN }}
41
42
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 }})"
43
44
issue_body : |
44
45
Release reminder for ${{ github.event.repository.name }}
45
46
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ function main() {
29
29
output=" ${output} .exe"
30
30
fi
31
31
32
+ CGO_ENABLED=0 \
32
33
GOOS=" ${os} " \
33
34
go build \
34
35
-mod vendor \
You can’t perform that action at this time.
0 commit comments