File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
paths :
8
8
- .github/workflows/autobump.yml
9
- workflow_dispatch :
10
- inputs :
11
- formulae :
12
- description : Custom list of formulae to livecheck and bump if outdated
13
- required : false
14
9
schedule :
15
10
# Every 3 hours from 1 through 23 with an offset of 45 minutes
16
11
- cron : " 45 1-23/3 * * *"
55
50
HOMEBREW_GITHUB_API_TOKEN : ${{ secrets.HOMEBREW_CORE_REPO_WORKFLOW_TOKEN }}
56
51
HOMEBREW_GIT_COMMITTER_NAME : BrewTestBot
57
52
HOMEBREW_GIT_COMMITTER_EMAIL : 1589480+BrewTestBot@users.noreply.github.com
58
- FORMULAE : ${{ inputs.formulae }}
59
- run : |
60
- BREW_BUMP=(brew bump --no-fork --open-pr --formulae --bump-synced)
61
- if [[ -n "${FORMULAE-}" ]]; then
62
- xargs "${BREW_BUMP[@]}" <<<"${FORMULAE}"
63
- else
64
- "${BREW_BUMP[@]}" --auto --tap=Homebrew/core
65
- fi
53
+ run : brew bump --no-fork --open-pr --formulae --bump-synced --auto --tap=Homebrew/core
You can’t perform that action at this time.
0 commit comments