Skip to content

Commit c266295

Browse files
committed
Fixing bump homebrew workflow
1 parent 6545612 commit c266295

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/homebrew-bump-formula.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
with:
2929
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
3030
token: ${{secrets.HOME_BREW_PAT}}
31-
# Optional, will create tap repo fork in organization
32-
org: SpectoLabs
31+
no_fork: true
3332
tap: SpectoLabs/homebrew-tap
3433
# Formula name, required
3534
formula: Hoverfly

0 commit comments

Comments
 (0)