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 a06cccc commit 78d4dd1Copy full SHA for 78d4dd1
.github/workflows/check-submodules.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
echo "C ${{ github.workflow }}-${{ github.event.number || github.sha }}"
39
# Get the current branch or tag name
40
- REF_NAME="${{ github.event.pull_request.head.ref }}"
+ REF_NAME="${{ github.event.pull_request.head.ref || github.ref_name }}"
41
42
echo "Branch is:" $REF_NAME
43
0 commit comments