@ -1,4 +1,4 @@
name: "Code Formatting Setup"
name: "Code Formatting"
description: ""
inputs:
workspace:
@ -14,7 +14,7 @@ runs:
- name: Setup
uses: butr/actions-common-setup@v1.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{ inputs.github-token }}
- name: Install dotnet-format
run: dotnet tool install -g dotnet-format