From eab4942ac4a33e75aeacceae5933711cd47c94ac Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Sun, 6 Dec 2020 23:06:04 +0100 Subject: [PATCH] ci: Updating herodote-api to the new one --- .github/workflows/herodote.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/herodote.yml b/.github/workflows/herodote.yml index 39c985e..148f244 100644 --- a/.github/workflows/herodote.yml +++ b/.github/workflows/herodote.yml @@ -17,9 +17,9 @@ jobs: - name: Push history run: | - curl -q -sSL --max-time 30 "https://raw.githubusercontent.com/ViBiOh/herodote/master/herodote.sh" | bash + curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/herodote/master/herodote.sh" | bash env: - HERODOTE_API: https://herodote-api.vibioh.fr + HERODOTE_API: https://herodote.vibioh.fr HERODOTE_SECRET: ${{ secrets.HERODOTE_SECRET }} GIT_HOST: github.com GIT_REPOSITORY: ${{ github.repository }}