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 cc68e16 commit e3211abCopy full SHA for e3211ab
.github/workflows/ci_be.yml
@@ -62,6 +62,10 @@ jobs:
62
run: |
63
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
64
65
+ - name: Debug current branch
66
+ run: |
67
+ echo "Current branch: ${{ github.ref_name }}"
68
+
69
- name: Commit & Push changes to Readme
70
uses: actions-js/push@master
71
with:
0 commit comments