From 13353786daefafdbc9c66952b74b46891e2c36a6 Mon Sep 17 00:00:00 2001 From: "Rintze M. Zelle" Date: Sun, 31 Jan 2021 18:24:32 -0500 Subject: [PATCH] Stop notifying 8827 port on Zotero servers (#5237) --- .github/workflows/merge.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 313847024c..893288c21a 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -98,13 +98,10 @@ jobs: if: github.event_name == 'workflow_dispatch' # https://styles-update.zotero.org:8826/ is for Zotero (styles page, API's citation server, client style updates, etc.) - # https://styles-update.zotero.org:8827/ is for the Zotero-run instance of https://github.com/citation-style-language/distribution-updater - # that performs the updating of the (to-be-deprecated) https://github.com/citation-style-language/styles-distribution/ repo - name: ping Zotero servers if: github.repository == 'citation-style-language/styles' run: | curl -H 'Content-Length:' -H "Authorization: $ZOTERO_UPDATE_TOKEN" -F 'payload={"type":"push","branch":"${{ steps.release.outputs.branch }}","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8826/ - curl -H 'Content-Length:' -H "Authorization: $ZOTERO_UPDATE_TOKEN" -F 'payload={"type":"push","branch":"${{ steps.release.outputs.branch }}","status":0,"commit":"'$GITHUB_SHA'"}' https://styles-update.zotero.org:8827/ - name: Copy workflows to locales repository if: github.repository == 'citation-style-language/styles' && steps.update.outputs.workflows == 'true'