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 4c7af49 commit e3bc4c9Copy full SHA for e3bc4c9
.github/workflows/bazel.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/checkout@v4
85
- name: Pull latest changes
86
if: startsWith(github.head_ref, 'renovate/')
87
- run: git pull origin ${{ github.head_ref }}
+ run: echo '${{ github.head_ref }}' && git pull origin ${{ github.head_ref }}
88
- name: Free space
89
if: inputs.os != 'windows'
90
run: ./scripts/github-actions/free-disk-space.sh
0 commit comments