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 9d87791 commit b2344d3Copy full SHA for b2344d3
.github/util/initialize/action.yml
@@ -44,6 +44,8 @@ runs:
44
- uses: bufbuild/[email protected]
45
with: {github_token: "${{ inputs.github-token }}"}
46
47
+ # This composite action requires bash, but bash is not available on windows-arm64 runner.
48
+ # Avoid running this composite action on non-PR, so that we can release on windows-arm64.
49
- name: Check out the language repo
50
if: github.event_name == 'pull_request'
51
uses: sass/clone-linked-repo@v1
0 commit comments