From 3d1a052a8e7c797e85969663c0f37572b05bab4a Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Fri, 27 Nov 2020 23:25:35 +0100 Subject: [PATCH] The AWS load balancer is messing things up (#5133) --- .github/workflows/merge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 1c69ee809f8..32acf220909 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -94,5 +94,5 @@ jobs: - name: ping distribution-updater if: github.repository == 'citation-style-language/styles' run: | - curl -H "Authorization: $DISTRIBUTION_UPDATER_TOKEN" -F 'payload={"type":"pull_request","branch":"master","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8826/ - curl -H "Authorization: $DISTRIBUTION_UPDATER_TOKEN" -F 'payload={"type":"pull_request","branch":"master","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8827/ + curl -H 'Content-Length:' -H "Authorization: $DISTRIBUTION_UPDATER_TOKEN" -F 'payload={"type":"pull_request","branch":"master","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8826/ + curl -H 'Content-Length:' -H "Authorization: $DISTRIBUTION_UPDATER_TOKEN" -F 'payload={"type":"pull_request","branch":"master","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8827/