Skip to content

Commit

Permalink
chore: Update .NET SDK version to 8.0.303 and add verbose logging for…
Browse files Browse the repository at this point in the history
… dotnet-format action
  • Loading branch information
tsubakimoto committed Aug 12, 2024
1 parent 8240d4f commit 47b3001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/net80-dotnet-format-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
dotnet-version: '8.0.x'
- name: Format
id: format
uses: tsubakimoto/action-dotnet-format@v1.0.0
uses: tsubakimoto/action-dotnet-format@v0
with:
base-branch: ${{ github.head_ref }}
project-path: 'consoleapp/consoleapp.csproj'
verbosity: 'diag'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Output
run: |
echo "head-branch: ${{ steps.format.outputs.head-branch }}"
Expand Down

0 comments on commit 47b3001

Please sign in to comment.