Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jul 8, 2024
1 parent 1844e1a commit a8d1622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const reportPath = '${{ steps.test_4.outputs.report-path }}''
const reportPath = '${{ steps.test_4.outputs.report-path }}'
console.log(`Test 4 report path: ${reportPath}`);
if (reportPath !== 'violations.json') {
core.setFailed(`Wrong report path value '${reportPath}' detected in 'Test 4'`);
Expand Down

0 comments on commit a8d1622

Please sign in to comment.