From 5164f540b09a9c2a3683570b9c96a527954f3dbb Mon Sep 17 00:00:00 2001 From: Paul Gellai Date: Fri, 22 Mar 2024 11:31:04 -0700 Subject: [PATCH] again... --- .github/workflows/update-homebrew-formula.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-homebrew-formula.yml b/.github/workflows/update-homebrew-formula.yml index d6e41e8..82a9b1b 100644 --- a/.github/workflows/update-homebrew-formula.yml +++ b/.github/workflows/update-homebrew-formula.yml @@ -23,7 +23,7 @@ jobs: - name: Update Homebrew formula run: | cd software - sh update_formula.sh + sh ./github/workflows/update_formula.sh env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}