Skip to content

Commit e3211ab

Browse files
committed
doc: modify ci_be
1 parent cc68e16 commit e3211ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_be.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
run: |
6363
sed -i '/<!-- Pytest Coverage Comment:Begin -->/,/<!-- Pytest Coverage Comment:End -->/c\<!-- Pytest Coverage Comment:Begin -->\n\${{ steps.coverageComment.outputs.coverageHtml }}\n<!-- Pytest Coverage Comment:End -->' ../README.md
6464
65+
- name: Debug current branch
66+
run: |
67+
echo "Current branch: ${{ github.ref_name }}"
68+
6569
- name: Commit & Push changes to Readme
6670
uses: actions-js/push@master
6771
with:

0 commit comments

Comments
 (0)