Skip to content

Commit

Permalink
Hopefully this fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
seionmoya committed Nov 13, 2024
1 parent ce2a35a commit b6655a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand All @@ -37,9 +39,6 @@ jobs:
run: dotnet format --no-restore

- name: Push changes
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
run: |
git config user.name "github-actions[bot]"
git config user.email "170472707+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit b6655a5

Please sign in to comment.