Skip to content

Commit e3bc4c9

Browse files
diemolsandeepsuryaprasad
authored andcommitted
[ci] Outputting current workflow branch
[skip ci]
1 parent 4c7af49 commit e3bc4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@v4
8585
- name: Pull latest changes
8686
if: startsWith(github.head_ref, 'renovate/')
87-
run: git pull origin ${{ github.head_ref }}
87+
run: echo '${{ github.head_ref }}' && git pull origin ${{ github.head_ref }}
8888
- name: Free space
8989
if: inputs.os != 'windows'
9090
run: ./scripts/github-actions/free-disk-space.sh

0 commit comments

Comments
 (0)