Skip to content

Commit

Permalink
Refactor workflows (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Feb 22, 2024
1 parent aaca86c commit 1224eb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: Homebrew/actions/setup-homebrew@master
- uses: homebrew/actions/setup-homebrew@master
- run: brew test-bot
- uses: actions/upload-artifact@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
steps:
- uses: Homebrew/actions/setup-homebrew@master
- uses: Homebrew/actions/git-user-config@master
- uses: homebrew/actions/setup-homebrew@master
- uses: homebrew/actions/git-user-config@master
- run: brew pr-pull --debug --workflows build.yaml --tap=${{ github.repository }} ${{ github.event.pull_request.number }}
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
- uses: Homebrew/actions/git-try-push@master
- uses: homebrew/actions/git-try-push@master
with:
branch: main
token: ${{ github.token }}

0 comments on commit 1224eb4

Please sign in to comment.