diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index 0f43d2b7c..5f68eb02e 100644 --- a/.github/workflows/cifar_benchmark.yaml +++ b/.github/workflows/cifar_benchmark.yaml @@ -182,7 +182,7 @@ jobs: curl --fail-with-body \ -H "Authorization: Bearer ${{ secrets.NEW_ML_PROGRESS_TRACKER_TOKEN }}" \ -H "Content-Type: application/json; charset=UTF-8" \ - --json @to_upload.json \ + -d @to_upload.json \ -X POST "${{ secrets.NEW_ML_PROGRESS_TRACKER_URL }}experiment"