From c894d538712503074cd8797a1cad76a5d61e0ec9 Mon Sep 17 00:00:00 2001 From: Max <82761650+MaxMustermann2@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:03:53 +0530 Subject: [PATCH] chore(ci): buf compare against develop HEAD (#9) * chore(ci): buf compare against develop HEAD ...and not develop HEAD~1. I don't know how this was missed. * proto(reward): remove blank lines almost empty commit to trigger the `proto.yml` CI. --- .github/workflows/proto.yml | 2 +- proto/exocore/reward/tx.proto | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 7ff62e3a9..75e72fb35 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -41,4 +41,4 @@ jobs: - uses: bufbuild/buf-breaking-action@v1 with: input: "proto" - against: "https://github.com/${{ github.repository }}.git#branch=${{ github.event.pull_request.base.ref }},ref=HEAD~1,subdir=proto" + against: "https://github.com/${{ github.repository }}.git#branch=${{ github.event.pull_request.base.ref }},subdir=proto" diff --git a/proto/exocore/reward/tx.proto b/proto/exocore/reward/tx.proto index 0f73b582a..961aaaf62 100644 --- a/proto/exocore/reward/tx.proto +++ b/proto/exocore/reward/tx.proto @@ -31,5 +31,3 @@ message MsgUpdateParams { // MsgUpdateParams message. // Since: cosmos-sdk 0.47 message MsgUpdateParamsResponse {} - -