chore: update global workflows (#4725)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
LizardByte-bot
2026-02-14 17:43:01 -05:00
committed by GitHub
parent d7ac57c907
commit a038cc1375
13 changed files with 48 additions and 32 deletions

View File

@@ -5,6 +5,9 @@ permissions: {}
on:
workflow_call:
inputs:
git_username:
required: true
type: string
publish_release:
required: true
type: string
@@ -22,8 +25,6 @@ on:
required: true
GIT_EMAIL:
required: true
GIT_USERNAME:
required: true
jobs:
build_homebrew:
@@ -148,7 +149,7 @@ jobs:
actionlint_config: "---\n# empty config"
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
git_email: ${{ secrets.GIT_EMAIL }}
git_username: ${{ secrets.GIT_USERNAME }}
git_username: ${{ inputs.git_username }}
publish: false
token: ${{ secrets.GH_TOKEN }}
validate: true