Skip to content

Commit

Permalink
remove unnecessary call argument
Browse files Browse the repository at this point in the history
`call` is the default so it's redundant

Co-authored-by: Solomon Hykes <[email protected]>
  • Loading branch information
marcosnils and shykes authored Jun 21, 2024
1 parent 3e55b31 commit e7b8fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ jobs:
HOMEBREW_BREW_GITHUB_PACKAGES_TOKEN: ${{ secrets.HOMEBREW_BREW_GITHUB_PACKAGES_TOKEN }}
with:
version: "latest"
verb: call
args: publish-all --src . --hub-username brewtestbot --hub-token HOMEBREW_BREW_DOCKER_TOKEN --gh-username BrewTestBot --gh-token HOMEBREW_BREW_GITHUB_PACKAGES_TOKEN --commit-sha ${{ github.sha }} --repo-owner "${GITHUB_REPOSITORY_OWNER}" --repo "${GITHUB_REPOSITORY}" --brew-version "${GITHUB_REF:10}"

0 comments on commit e7b8fd7

Please sign in to comment.