We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6545612 commit c266295Copy full SHA for c266295
.github/workflows/homebrew-bump-formula.yml
@@ -28,8 +28,7 @@ jobs:
28
with:
29
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
30
token: ${{secrets.HOME_BREW_PAT}}
31
- # Optional, will create tap repo fork in organization
32
- org: SpectoLabs
+ no_fork: true
33
tap: SpectoLabs/homebrew-tap
34
# Formula name, required
35
formula: Hoverfly
0 commit comments