fix: use correct value for comment_mode

This commit is contained in:
josegonzalez
2023-01-08 20:18:33 -05:00
committed by GitHub
parent 20c30dc587
commit 8d17d142a8

View File

@@ -171,4 +171,4 @@ jobs:
check_name: Unit Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
junit_files: test-results/**/*.xml
comment_mode: false
comment_mode: "off"