We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378c8ef commit 35f173cCopy full SHA for 35f173c
.github/workflows/ci.yml
@@ -11,7 +11,8 @@ jobs:
11
with:
12
homebrew-tap: 'vetlewi/homebrew-formula'
13
formula-name: 'xia2tree'
14
- formula-path: '/'
+ formula-path: 'xia2tree.rb'
15
+ base-branch: 'main'
16
env:
17
# the personal access token should have "repo" & "workflow" scopes
18
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
0 commit comments