From b831df593fbf0c78a87d26d2fea8b1634a9d58b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 1 Oct 2020 18:50:43 +0200 Subject: [PATCH] :wrench: Improve CI --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 7e3c78f0..a2dd3114 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -17,4 +17,4 @@ jobs: ORG: fennecdjay REPO: gwion-docs run: | - curl -d"{\"event_type\": \event\"}" -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" + curl -d"{\"event_type\": \"event\"}" -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