We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68de4c1 commit 2342f47Copy full SHA for 2342f47
.github/workflows/code_coverage.yml
@@ -120,11 +120,11 @@ jobs:
120
# fail_ci_if_error: true
121
# disable_search: true
122
# token: ${{ secrets.CODE_COV }}
123
+ - name: Checkout
124
+ uses: actions/checkout@v4
125
+ with:
126
+ fetch-depth: 0
127
- name: Get commit
- # if: (github.event_name == 'merge_group')
- uses: actions/checkout@v4
- with:
- fetch-depth: 0
128
run: |
129
commit_hash=${{ github.sha }}
130
echo "Commit hash: $commit_hash"
0 commit comments