Skip to content

Commit 1104aa7

Browse files
[HOTFIX] Missed a typo.
Changes in file .github/workflows/Tests.yml: * fixed the other typo
1 parent edc6714 commit 1104aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
118118
with:
119119
token: ${{ secrets.CODECOV_TOKEN }}
120-
job_code: ${{ join( [github.run_id, github.run_number], '-' ) }}
120+
job_code: ${{ github.run_id }}-${{ github.run_number }}
121121
os: ${{ matrix.os }}
122122
files: ./coverage.xml
123123
directory: .

0 commit comments

Comments
 (0)