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 58bf3e5 commit e4db255Copy full SHA for e4db255
.github/workflows/check-submodules.yml
@@ -35,6 +35,7 @@ jobs:
35
36
- name: Check if any submodule branch matches github.ref_name
37
run: |
38
+ echo "C ${{ github.workflow }}-${{ github.event.number || github.sha }}"
39
# Get the current branch or tag name
40
REF_NAME="${{ github.ref_name }}"
41
0 commit comments