We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7674a4c commit c7e9947Copy full SHA for c7e9947
1 file changed
.github/util/initialize/action.yml
@@ -45,8 +45,9 @@ runs:
45
- run: npm install
46
shell: ${{ runner.os == 'Windows' && 'pwsh' || 'bash' }}
47
48
- - uses: bufbuild/buf-setup-action@v1.50.0
49
- with: {github_token: "${{ inputs.github-token }}"}
+ - uses: bufbuild/buf-action@v1
+ with:
50
+ setup_only: true
51
52
# This composite action requires bash, but bash is not available on windows-arm64 runner.
53
# Avoid running this composite action on non-PR, so that we can release on windows-arm64.
0 commit comments