Skip to content

Commit

Permalink
Update check-reference.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Mar 4, 2024
1 parent ba0ee3b commit 18ffc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
username: BrewTestBot

- name: Detect references
shell: bash
run: |
core_patches=$(git -C homebrew-core grep -h "Homebrew/formula-patches" | awk -F/ '{print $(NF-1)"/"$NF}' | tr -d '"')
all_patches=$(git ls-files -- '*/*' ':^.*/*')
Expand Down

0 comments on commit 18ffc54

Please sign in to comment.