Skip to content

Commit 1a496c4

Browse files
committed
fix
1 parent 2b30ad3 commit 1a496c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
color: brightgreen
4949
path: TestResults/${{ steps.get_subfolder.outputs.subfolder_name }}/coverage.opencover.xml
5050
gist-filename: code-coverage.json
51-
gist-id: ${{ env.GIST_REPO_ID }}
51+
gist-id: ${{ vars.GIST_REPO_ID }}
5252
gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}
5353
- name: Print code coverage
5454
run: echo "Code coverage percentage ${{steps.create_coverage_badge.outputs.percentage}}%"

0 commit comments

Comments
 (0)