Skip to content

Commit 1ae4685

Browse files
cf-buildpacks-engarjun024
authored andcommitted
Updating github-config
1 parent 1bbc3ff commit 1ae4685

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-reminder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function main() {
2929
output="${output}.exe"
3030
fi
3131

32+
CGO_ENABLED=0 \
3233
GOOS="${os}" \
3334
go build \
3435
-mod vendor \

0 commit comments

Comments
 (0)