Skip to content

Commit 537fcec

Browse files
authored
fix: Don't pass commit message to BuildKite. (getdozer#665)
It often doesn't fit in the JSON request body.
1 parent debf2a7 commit 537fcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
run: |
178178
curl -X POST "https://api.buildkite.com/v2/organizations/dozer-data-pte-ltd/pipelines/integration-tests/builds" \
179179
--header 'Authorization: Bearer ${{ secrets.BUILDKITE_API_ACCESS_TOKEN_WRITE_BUILDS }}' \
180-
-d '{ "commit": "HEAD", "branch": "${{ github.ref_name }}", "message": "${{ github.event.head_commit.message }}", "env": { "DOZER_VERSION": "${{ env.VERSION }}" }, "ignore_pipeline_branch_filters": true }'
180+
-d '{ "commit": "HEAD", "branch": "${{ github.ref_name }}", "env": { "DOZER_VERSION": "${{ env.VERSION }}" }, "ignore_pipeline_branch_filters": true }'
181181
182182
- name: Discord notification
183183
env:

0 commit comments

Comments
 (0)