feat: support for Linux-homebrew installation #59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test homebrew release | ||
on: | ||
pull_request: | ||
branches: [main] | ||
paths: | ||
- ".github/workflows/*create-homebrew-pr.yml" | ||
permissions: | ||
contents: read | ||
jobs: | ||
test: | ||
uses: ./.github/workflows/reusable-create-homebrew-pr.yml | ||
Check failure on line 13 in .github/workflows/test-create-homebrew-pr.yml GitHub Actions / Test homebrew releaseInvalid workflow file
|
||
with: | ||
release-version: edge-bonsai | ||
commit-message: | | ||
This is just a test. DO NOT MERGE | ||
You can safely close this PR. This is a test PR created by https://github.com/${{ github.repository }}/pull/${{ github.event.number }} | ||
@${{ github.triggering_actor }} Please close this pull request. | ||
secrets: inherit | ||
test-skip: | ||
uses: ./.github/workflows/reusable-create-homebrew-pr.yml | ||
with: | ||
release-condition: false | ||
release-version: edge-bonsai | ||
commit-message: | | ||
Do not merge. This PR should not exist. | ||
This PR has been created by https://github.com/${{ github.repository }}/pull/${{ github.event.number }} | ||
and it means that there is a bug in the github workflow for homebrew releases (precondition check did not work). | ||
@${{ github.triggering_actor }} Please fix the bug in your pull request and close this PR. | ||
secrets: inherit |