Skip to content

Commit

Permalink
fix net80-dotnet-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Jul 23, 2023
1 parent f55563f commit 6cc2fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/net80-dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
defaults:
run:
working-directory: 'dotnet/net8.0'
outputs:
branch-name: ${{ steps.commit-step.outputs.branch-name }}
steps:
- uses: actions/checkout@v3
- name: Setup .NET
Expand All @@ -33,6 +35,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}
include-prerelease: ${{ env.DOTNET_PREVIEW_VERSION }}
- name: Format on branch
id: commit-step
run: |
dotnet format $SOURCE_CODE_PATH --no-restore --verbosity $DOTNET_FORMAT_VERBOSITY
git checkout -b $BRANCH
Expand Down

0 comments on commit 6cc2fc6

Please sign in to comment.