From 2c16b6e4968c630b2fa2c7a1e6875f2bb6134840 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 1 Oct 2020 18:28:28 +0200 Subject: [PATCH] :wrench: Improve CI --- .github/workflows/doc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 6b68089c..c565d8a1 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -12,8 +12,8 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - - env: + - name: Trigger docs build + env: ORG: fennecdjay REPO: gwion-docs - - name: Trigger docs build - run: curl -H "Content-Type: application/json" -H "Authorization: token ${{ secrets.GWION_DOC }}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/${ORG}/${REPO}/dispatches" + run: curl -H "Content-Type: application/json" -H "Authorization: token ${{ secrets.GWION_DOC }}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/${ORG}/${REPO}/dispatches" -- 2.43.0