Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jun 28, 2024
1 parent 0c88794 commit 9e04190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
cmd_args+="--chainlink-image=\"${{ inputs.chainlink_image }}\" "
fi
if [ -n "${{ inputs.chainlink_version }}" ]; then
cmd_args+="--chainlink_version=\"${{ inputs.chainlink_version }}\" "
cmd_args+="--chainlink-version=\"${{ inputs.chainlink_version }}\" "
fi
if [ -n "${{ inputs.chainlink_postgres_version }}" ]; then
cmd_args+="--chainlink-postgres-version=\"${{ inputs.chainlink_postgres_version }}\" "
Expand Down

0 comments on commit 9e04190

Please sign in to comment.