Skip to content

Commit 2265213

Browse files
Fix lint
1 parent d5a506d commit 2265213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: bufbuild/buf-breaking-action@v1
2727
with:
2828
input: api
29-
against: 'https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1'
29+
against: 'https://github.com/${GITHUB_REPOSITORY}.git#branch=${{github.ref_name}},ref=HEAD~1'
3030

3131
lint_go:
3232
name: Lint Go

0 commit comments

Comments
 (0)