We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a506d commit 2265213Copy full SHA for 2265213
.github/workflows/lint.yaml
@@ -26,7 +26,7 @@ jobs:
26
- uses: bufbuild/buf-breaking-action@v1
27
with:
28
input: api
29
- against: 'https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1'
+ against: 'https://github.com/${GITHUB_REPOSITORY}.git#branch=${{github.ref_name}},ref=HEAD~1'
30
31
lint_go:
32
name: Lint Go
0 commit comments