chore: update global workflows (#4725)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
7
.github/workflows/ci-homebrew.yml
vendored
7
.github/workflows/ci-homebrew.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user