Skip to content

Commit

Permalink
Merge branch 'master' into rf-channel-split-1
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Lee <[email protected]>
  • Loading branch information
dave-gray101 committed Apr 22, 2024
2 parents 67ea9ef + 220958a commit 65b0aff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
if: ${{ failure() }}
uses: mxschmitt/[email protected]
with:
detached: true
connect-timeout-seconds: 180
limit-access-to-actor: true

Expand Down Expand Up @@ -177,6 +178,7 @@ jobs:
if: ${{ failure() }}
uses: mxschmitt/[email protected]
with:
detached: true
connect-timeout-seconds: 180
limit-access-to-actor: true

Expand Down Expand Up @@ -213,5 +215,6 @@ jobs:
if: ${{ failure() }}
uses: mxschmitt/[email protected]
with:
detached: true
connect-timeout-seconds: 180
limit-access-to-actor: true
limit-access-to-actor: true
2 changes: 1 addition & 1 deletion core/cli/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ModelsInstall struct {
}

type ModelsCMD struct {
List ModelsList `cmd:"" help:"List the models avaiable in your galleries" default:"withargs"`
List ModelsList `cmd:"" help:"List the models available in your galleries" default:"withargs"`
Install ModelsInstall `cmd:"" help:"Install a model from the gallery"`
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 65b0aff

Please sign in to comment.