workflows/autobump: fix you typo

master
Dawid Dziurla 2021-11-07 12:32:39 +01:00 committed by GitHub
parent 1617e64b9a
commit f141a8f3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -99,11 +99,11 @@ jobs:
- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
with:
username: ${{ github.event == 'schedule` && 'BrewTestBot' || github.actor }}
username: ${{ github.event == 'schedule' && 'BrewTestBot' || github.actor }}
- name: Bump formulae
uses: Homebrew/actions/bump-formulae@master
continue-on-error: true
with:
token: ${{secrets.HOMEBREW_CORE_REPO_WORKFLOW_TOKEN}}
formulae: ${{github.event.inputs.formulae || env.FORMULAE}}
token: ${{ secrets.HOMEBREW_CORE_REPO_WORKFLOW_TOKEN }}
formulae: ${{ github.event.inputs.formulae || env.FORMULAE }}