Skip to content

Commit

Permalink
fix assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Apr 19, 2024
1 parent c808297 commit b6502d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
commitish: ${{ inputs.cog-commitish }}

- name: Download an existing Cog version
if: ${{ inputs.cog-commitish = '' }}
if: ${{ inputs.cog-commitish == '' }}
shell: bash
run: |
sudo curl -o /usr/local/bin/cog -L https://github.com/replicate/cog/releases/download/${{ inputs.cog-version }}/cog_Linux_x86_64
Expand Down

0 comments on commit b6502d6

Please sign in to comment.