Skip to content

Commit

Permalink
Bump version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aiKrice committed Dec 4, 2024
1 parent ce3708c commit 4d90352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/homebrew-badgetizr@1.3.0
uses: aiKrice/homebrew-badgetizr@
with:
pr_id: ${{ github.event.pull_request.number }}
configuration: .badgetizr.yml
Expand Down
4 changes: 2 additions & 2 deletions Formula/badgetizr.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Badgetizr < Formula
desc "Badgetizr is a tool to allow custom badges automatically added and updated according the content of your pull request."
homepage "https://github.com/aiKrice/homebrew-badgetizr"
url "https://github.com/aiKrice/homebrew-badgetizr/archive/refs/tags/1.4.0.tar.gz"
url "https://github.com/aiKrice/homebrew-badgetizr/archive/refs/tags/1.4.1.tar.gz"
head "https://github.com/aiKrice/homebrew-badgetizr.git", branch: "master"
sha256 "2f55cf5d48a7644f8c54605a77703f0bd4a17cee1f99b88dd0459f8cbc7061e8"
sha256 "9c01d47b60bc1013b04c63bca3ee2a4b402e67d553252bb029c94671bb2315b4"
license "MIT"

depends_on "yq"
Expand Down

0 comments on commit 4d90352

Please sign in to comment.