Skip to content

Commit

Permalink
Merge pull request #530 from sorairolake/fix-bump-usage
Browse files Browse the repository at this point in the history
Fix usage for `bump-{formulae,packages}`
  • Loading branch information
MikeMcQuaid committed Apr 22, 2024
2 parents 462401a + 6a8d68d commit 35cdeaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bump-formulae/README.md
Expand Up @@ -20,7 +20,7 @@ If there are no outdated formulae, the Action will just exit.
# Custom GitHub access token with only the 'public_repo' scope enabled
token: ${{secrets.TOKEN}}
# Bump only these formulae if outdated
formulae: |
formulae: >
FORMULA-1
FORMULA-2
FORMULA-3
Expand Down
4 changes: 2 additions & 2 deletions bump-packages/README.md
Expand Up @@ -18,13 +18,13 @@ If there are no outdated packages, the Action will just exit.
# Custom GitHub access token with only the 'public_repo' scope enabled
token: ${{secrets.TOKEN}}
# Bump only these formulae if outdated
formulae: |
formulae: >
FORMULA-1
FORMULA-2
FORMULA-3
...
# Bump only these casks if outdated
casks: |
casks: >
CASK-1
CASK-2
CASKS-3
Expand Down

0 comments on commit 35cdeaf

Please sign in to comment.