diff --git a/.github/workflows/notify-bzlmod-archive.yml b/.github/workflows/notify-bzlmod-archive.yml index d2213a0..f37c705 100644 --- a/.github/workflows/notify-bzlmod-archive.yml +++ b/.github/workflows/notify-bzlmod-archive.yml @@ -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