Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Aug 14, 2024
1 parent 392a61e commit 94175fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-brew-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: ${{ env.BREW_GIT_REPO_NAME }}
path: 'homebrew-hz'
token: ${{ secrets.DEVOPS_SECRET }}
path: 'homebrew-hz'

- name: Change the artifact in homebrew-hz
run: |
Expand Down Expand Up @@ -125,4 +125,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: brew-${{ env.HZ_DISTRIBUTION}}-hz.log
path: hz.log
path: hz.log

0 comments on commit 94175fd

Please sign in to comment.