Skip to content

Commit 3d1a052

Browse files
authored
The AWS load balancer is messing things up (#5133)
1 parent ca3839b commit 3d1a052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
- name: ping distribution-updater
9595
if: github.repository == 'citation-style-language/styles'
9696
run: |
97-
curl -H "Authorization: $DISTRIBUTION_UPDATER_TOKEN" -F 'payload={"type":"pull_request","branch":"master","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8826/
98-
curl -H "Authorization: $DISTRIBUTION_UPDATER_TOKEN" -F 'payload={"type":"pull_request","branch":"master","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8827/
97+
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/
98+
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/

0 commit comments

Comments
 (0)