From dfabe225b94020ae5896c768a373bbc2c2d940e9 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Sun, 12 Jun 2022 21:03:34 +0800 Subject: [PATCH] typo: dictionary name incorrect --- .github/workflows/build.yml | 2 +- .github/workflows/publishNewFormula.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63dd95e..2cf1db8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: git clone https://github.com/xgadget-lab/homebrew-nexttrace.git - name: Exec scipt run: | - cd homebrew-nexttrace-enhanced + cd homebrew-nexttrace bash genFormula.sh # - name: setup SSH keys and known_hosts # run: | diff --git a/.github/workflows/publishNewFormula.yml b/.github/workflows/publishNewFormula.yml index 1fc51cd..64283a3 100644 --- a/.github/workflows/publishNewFormula.yml +++ b/.github/workflows/publishNewFormula.yml @@ -24,7 +24,7 @@ jobs: git clone https://github.com/xgadget-lab/homebrew-nexttrace.git - name: Exec scipt run: | - cd homebrew-nexttrace-enhanced + cd homebrew-nexttrace bash genFormula.sh # - name: setup SSH keys and known_hosts # run: |