Skip to content

Commit

Permalink
fix: add bzlreg to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 13, 2023
1 parent 2031ad9 commit 9fc5049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notify-bzlmod-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: ecsact-dev/bazel_registry
- run: sudo curl -sL https://github.com/seaube/bzlreg/releases/download/0.1.0/bzlreg-linux-amd64 -o /usr/bin/bzlreg && sudo chmod +x /usr/bin/bzlreg
- run: bzlreg add-module "${{ github.event.client_payload.archive }}"
- name: create pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 9fc5049

Please sign in to comment.