From b7f154d2e17898e298a723fec07bdf3182ff77b9 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Wed, 28 Aug 2024 14:06:52 -0700 Subject: [PATCH] fix broken curl --- .github/workflows/train.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/train.yaml b/.github/workflows/train.yaml index 582f543..64ffa7a 100644 --- a/.github/workflows/train.yaml +++ b/.github/workflows/train.yaml @@ -85,8 +85,7 @@ jobs: "steps": ${{ inputs.steps }} }, }' \ - : - https://api.replicate.com/v1/models/${{ inputs.trainer_model }}/versions/${{ inputs.trainer_version }}/trainings + "https://api.replicate.com/v1/models/${{ inputs.trainer_model }}/versions/${{ inputs.trainer_version }}/trainings" - name: Link to model run: |