Skip to content

Commit

Permalink
fix broken curl
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Aug 28, 2024
1 parent 99824fd commit b7f154d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b7f154d

Please sign in to comment.