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 90b5f0a commit 343c7a3Copy full SHA for 343c7a3
.github/workflows/ci_be.yml
@@ -64,7 +64,8 @@ jobs:
64
65
- name: Debug current branch
66
run: |
67
- echo "Current branch: ${{ github.head_ref || github.ref_name }} "
+ echo "head ref: ${{ github.head_ref }} "
68
+ echo "ref name: ${{ github.ref_name }} "
69
70
- name: Commit & Push changes to Readme
71
uses: ad-m/github-push-action@master
0 commit comments