|
|
|
@ -12,7 +12,7 @@ runs:
|
|
|
|
|
using: "composite"
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup
|
|
|
|
|
uses: butr/actions-common-setup@v1.1
|
|
|
|
|
uses: butr/actions-common-setup@v1.2
|
|
|
|
|
with:
|
|
|
|
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ runs:
|
|
|
|
|
|
|
|
|
|
- name: Run dotnet format
|
|
|
|
|
id: format
|
|
|
|
|
uses: jfversluis/dotnet-format@v1.0.5
|
|
|
|
|
uses: jfversluis/dotnet-format@v1.0.7
|
|
|
|
|
with:
|
|
|
|
|
repo-token: ${{ inputs.github-token }}
|
|
|
|
|
action: "fix"
|
|
|
|
|