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 4ef51ad commit 20e6585Copy full SHA for 20e6585
.github/actions/cache-bazel/action.yml
@@ -50,10 +50,10 @@ runs:
50
- run: |
51
echo '${{ inputs.gcs-key }}' >> gcs.json
52
echo "build --remote_upload_local_results=true --google_credentials=gcs.json" >> .bazelrc
53
- if: github.ref == 'refs/head/trunk' && runner.os != 'Windows'
+ if: github.ref == 'refs/heads/trunk' && runner.os != 'Windows'
54
shell: bash
55
56
echo ${{ inputs.gcs-key }}>>gcs.json
57
echo "build --remote_upload_local_results=true --google_credentials=gcs.json">>.bazelrc
58
- if: github.ref == 'refs/head/trunk' && runner.os == 'Windows'
+ if: github.ref == 'refs/heads/trunk' && runner.os == 'Windows'
59
shell: cmd
0 commit comments