Skip to content

Commit

Permalink
Wrap property value in qoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Oct 27, 2023
1 parent a8fe944 commit 418b7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
with:
args: --property=qodana.net.solution=Refitter.sln --apply-fixes
args: --property="qodana.net.solution=Refitter.sln" --apply-fixes
push-fixes: pull-request
pr-mode: false
env:
Expand Down

0 comments on commit 418b7bc

Please sign in to comment.