Skip to content

Commit d75484c

Browse files
authored
Merge pull request #102 from scality/bugfix/fix-the-default-marketplace
Fix invalid default plugin_marketplaces URL format in claude-code-review
2 parents f1442db + 4ca55a1 commit d75484c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
or branch of the marketplace to pull the skills from (e.g. main):
2323
https://github.com/scality/agent-hub.git#<my-branch>
2424
Especially useful for testing a new version of a skill before it's merged to the default branch.
25-
default: scality/agent-hub
25+
default: https://github.com/scality/agent-hub.git
2626
summary-mode:
2727
type: string
2828
description: >

0 commit comments

Comments
 (0)