Skip to content

Commit

Permalink
chore: Update dotnet-format GitHub Action configuration and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Aug 12, 2024
1 parent d0e4a18 commit b7cdfc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ steps:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- uses: tsubakimoto/action-dotnet-format@v0
- uses: tsubakimoto/action-dotnet-format@v1
with:
base-branch: ${{ github.head_ref }}
base-branch: ${{ github.ref_name }}
project-path: 'example.csproj'
verbosity: 'diag'
github-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit b7cdfc0

Please sign in to comment.