We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2e484 commit 5e7b15fCopy full SHA for 5e7b15f
.github/workflows/buddy-update.yml
@@ -129,15 +129,15 @@ jobs:
129
130
if [ "$PACKAGES" != "" ]; then
131
if [ "$VERBOSE" = "true" ]; then
132
- bunx buddy-bot-scan --packages "$PACKAGES" --verbose
+ bunx buddy-bot scan --packages "$PACKAGES" --verbose
133
else
134
- bunx buddy-bot-scan --packages "$PACKAGES"
+ bunx buddy-bot scan --packages "$PACKAGES"
135
fi
136
137
138
- bunx buddy-bot-scan --strategy "$STRATEGY" --verbose
+ bunx buddy-bot scan --strategy "$STRATEGY" --verbose
139
140
- bunx buddy-bot-scan --strategy "$STRATEGY"
+ bunx buddy-bot scan --strategy "$STRATEGY"
141
142
143
0 commit comments