Skip to content

Commit 343c7a3

Browse files
committed
doc: modify ci_be
1 parent 90b5f0a commit 343c7a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_be.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
6565
- name: Debug current branch
6666
run: |
67-
echo "Current branch: ${{ github.head_ref || github.ref_name }} "
67+
echo "head ref: ${{ github.head_ref }} "
68+
echo "ref name: ${{ github.ref_name }} "
6869
6970
- name: Commit & Push changes to Readme
7071
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)