chore(homebrew): add bottle do section placeholder (#4525)

This commit is contained in:
David Lane 2025-12-23 08:31:43 -05:00 committed by GitHub
commit 1fa7457eab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 8 deletions

View file

@ -50,7 +50,7 @@ jobs:
steps:
- name: More space
if: runner.os == 'Linux'
uses: LizardByte/actions/actions/more_space@v2025.1220.21713
uses: LizardByte/actions/actions/more_space@4586d7925d5781050fec9819bd497106a7ae2ba3 # v2025.1221.31807
with:
analyze-space-savings: true
clean-all: true
@ -142,7 +142,7 @@ jobs:
- name: Validate Homebrew Formula
id: test
if: matrix.release != true
uses: LizardByte/actions/actions/release_homebrew@v2025.1220.21713
uses: LizardByte/actions/actions/release_homebrew@4586d7925d5781050fec9819bd497106a7ae2ba3 # v2025.1221.31807
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
git_email: ${{ secrets.GIT_EMAIL }}