Skip to content

Commit 419989a

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bazel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ jobs:
8282
steps:
8383
- name: Checkout source tree
8484
uses: actions/checkout@v4
85+
- name: Show current branch
86+
run: echo '${{ github.head_ref }}'
8587
- name: Pull latest changes
8688
if: startsWith(github.head_ref, 'renovate/')
87-
run: echo '${{ github.head_ref }}' && git pull origin ${{ github.head_ref }}
89+
run: git pull origin ${{ github.head_ref }}
8890
- name: Free space
8991
if: inputs.os != 'windows'
9092
run: ./scripts/github-actions/free-disk-space.sh

0 commit comments

Comments
 (0)