Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-muscatello-zupit committed Nov 18, 2023
1 parent 18c97a3 commit b1506e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dotnet/format/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- name: Install code formatter
shell: ${{ inputs.SHELL }}
run: dotnet tool update --tool-path /tmp/dotnet-tools csharpier ${{ inputs.CSHARPIER_VERSION != '' && ('--version' + inputs.CSHARPIER_VERSION) || '' }}
run: dotnet tool update --tool-path /tmp/dotnet-tools csharpier ${{ inputs.CSHARPIER_VERSION != '' && format('--version {0}', inputs.CSHARPIER_VERSION) || '' }}
working-directory: ${{ inputs.WORKING_DIRECTORY }}

- name: Check code formatting
Expand Down

0 comments on commit b1506e3

Please sign in to comment.