Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.shulika committed Nov 8, 2023
1 parent cf445ad commit 0252ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
- name: Set workflow status
run: echo "::set-output name=status::Failure"
if: steps.set_status.outputs.result == 'FAILED: failed/unknown licenses found'
if: steps.set_status.outputs.result == "FAILED: failed/unknown licenses found"
continue-on-error: false

0 comments on commit 0252ffa

Please sign in to comment.