From aef30339581e9ef7dca41a39941a4f84f1f793b9 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Thu, 22 Feb 2024 10:13:42 +0000 Subject: [PATCH] Fix check --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f8d80b..80e31b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,3 +34,5 @@ jobs: echo 'syntax = "proto3"; message A { string a = 1; }' >> test.proto - name: Validate Action uses: ./ + with: + against: 'https://github.com/bufbuild/setup-breaking-action.git#branch=main'