]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: trigger benchs
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 29 Apr 2021 20:02:10 +0000 (22:02 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 29 Apr 2021 20:02:10 +0000 (22:02 +0200)
.github/workflows/benchmarks.yml

index d31aa152373b6f402234fb8692f0fd19e0b6224f..713819e065436452f862c716318505a081470989 100644 (file)
@@ -22,4 +22,4 @@ jobs:
       run: |
         [ ! -z "$(git log -n1 --oneline --grep='skip ci')" ] && exit 0
         echo "{\"event_type\": \"${EVENT}\", \"client_payload\": {\"commit_info\":\"$(git log -n1 --date=format:'%D %H:%M:%S' --format='> Author: %an Date: %cd  Commit: %h')\"}}" > commit_info
-        curl -d "@commit_info" -H "Content-Type: application/json" -H "Authorization: token ${{ secrets.BENCHMARK_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/${ORG}/${REPO}/dispatches"
+        curl -d "@commit_info" -H "Content-Type: application/json" -H "Authorization: token ${{ secrets.BENCHMARK_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/Gwion/gwion-benchmark/dispatches"