diff --git a/.github/workflows/badgetizr.yml b/.github/workflows/badgetizr.yml index 44e4af3..f0b8483 100644 --- a/.github/workflows/badgetizr.yml +++ b/.github/workflows/badgetizr.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Run Badgetizr - uses: aiKrice/homebrew-badgetizr@1.5.2 + uses: aiKrice/homebrew-badgetizr@1.5.5 with: pr_id: ${{ github.event.pull_request.number }} configuration: .badgetizr.yml diff --git a/README.md b/README.md index 70f97f0..e806815 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@

Badgetizr -![Static Badge](https://img.shields.io/badge/1.5.2-darkgreen?logo=homebrew&logoColor=white&label=Homebrew-tap) -[![Static Badge](https://img.shields.io/badge/1.5.2-grey?logo=github&logoColor=white&label=Github-Action&labelColor=black)](https://github.com/marketplace/actions/badgetizr) +![Static Badge](https://img.shields.io/badge/1.5.5-darkgreen?logo=homebrew&logoColor=white&label=Homebrew-tap) +[![Static Badge](https://img.shields.io/badge/1.5.5-grey?logo=github&logoColor=white&label=Github-Action&labelColor=black)](https://github.com/marketplace/actions/badgetizr) ![Static Badge](https://img.shields.io/badge/passed-darkgreen?logo=github&logoColor=white&label=Github&labelColor=black) ![Static Badge](https://img.shields.io/badge/soon-pink?logo=gitlab&logoColor=orange&label=Gitlab&labelColor=white) @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@v3 - name: Run Badgetizr - uses: aiKrice/homebrew-badgetizr@1.5.2 + uses: aiKrice/homebrew-badgetizr@1.5.5 with: pr_id: ${{ github.event.pull_request.number }} configuration: .badgetizr.yml diff --git a/badgetizr b/badgetizr index d85db8a..453ba32 100755 --- a/badgetizr +++ b/badgetizr @@ -1,6 +1,6 @@ #!/bin/bash -source $UTILS_PATH +source "utils.sh" config_file=".badgetizr.yml" diff --git a/publish.sh b/publish.sh index 6e1e4ed..dbb34e1 100755 --- a/publish.sh +++ b/publish.sh @@ -10,7 +10,7 @@ REPOSITORY="aiKrice/homebrew-badgetizr" FORMULA_PATH="Formula/badgetizr.rb" WORKFLOW_PATH=".github/workflows/badgetizr.yml" -UTILS_PATH="Formula/utils.sh" +UTILS_PATH="utils.sh" README_PATH="README.md" VERSION="$1"