Skip to content

Commit 2342f47

Browse files
committed
[run ci] correct syntax DLR-AMR/try-dry-run-for-codecov
1 parent 68de4c1 commit 2342f47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code_coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ jobs:
120120
# fail_ci_if_error: true
121121
# disable_search: true
122122
# token: ${{ secrets.CODE_COV }}
123+
- name: Checkout
124+
uses: actions/checkout@v4
125+
with:
126+
fetch-depth: 0
123127
- name: Get commit
124-
# if: (github.event_name == 'merge_group')
125-
uses: actions/checkout@v4
126-
with:
127-
fetch-depth: 0
128128
run: |
129129
commit_hash=${{ github.sha }}
130130
echo "Commit hash: $commit_hash"

0 commit comments

Comments
 (0)