Skip to content

Commit

Permalink
fix(badgetizr): Fix path and version autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
aiKrice committed Dec 6, 2024
1 parent 2ab80f1 commit 3c04d7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badgetizr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Badgetizr
uses: aiKrice/[email protected].2
uses: aiKrice/[email protected].5
with:
pr_id: ${{ github.event.pull_request.number }}
configuration: .badgetizr.yml
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<h1 align="center">
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)

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Badgetizr
uses: aiKrice/[email protected].2
uses: aiKrice/[email protected].5
with:
pr_id: ${{ github.event.pull_request.number }}
configuration: .badgetizr.yml
Expand Down
2 changes: 1 addition & 1 deletion badgetizr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

source $UTILS_PATH
source "utils.sh"

config_file=".badgetizr.yml"

Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3c04d7c

Please sign in to comment.