Skip to content

Commit

Permalink
chore: Update dotnet-format action to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Aug 12, 2024
1 parent 570d085 commit a2f2849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/net80-dotnet-format-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: format
uses: tsubakimoto/[email protected]
with:
base-branch: ${{ github.head_ref }}
base-branch: '${{ github.ref_name }}'
project-path: 'dotnet/net8.0/consoleapp/consoleapp.csproj'
verbosity: 'diag'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a2f2849

Please sign in to comment.