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 e3bc4c9 commit 419989aCopy full SHA for 419989a
.github/workflows/bazel.yml
@@ -82,9 +82,11 @@ jobs:
82
steps:
83
- name: Checkout source tree
84
uses: actions/checkout@v4
85
+ - name: Show current branch
86
+ run: echo '${{ github.head_ref }}'
87
- name: Pull latest changes
88
if: startsWith(github.head_ref, 'renovate/')
- run: echo '${{ github.head_ref }}' && git pull origin ${{ github.head_ref }}
89
+ run: git pull origin ${{ github.head_ref }}
90
- name: Free space
91
if: inputs.os != 'windows'
92
run: ./scripts/github-actions/free-disk-space.sh
0 commit comments