Skip to content

Commit

Permalink
chore: fix aws ami build action
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed Feb 12, 2024
1 parent 9c2de51 commit 201b8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifar_benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 201b8f2

Please sign in to comment.