Skip to content

Commit

Permalink
Pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 26, 2024
1 parent cbecf68 commit cf880c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ private async ValueTask<int> UpdateStandardFilesAsync(TemplateUpdateContext upda
if (changed)
{
++changes;
await repoContext.Repository.PushAsync(cancellationToken);
}
}

Expand Down Expand Up @@ -401,6 +402,7 @@ private async Task<int> UpdateResharperSettingsAsync(RepoContext repoContext, Te
if (changed)
{
++changes;
await repoContext.Repository.PushAsync(cancellationToken);
}
}

Expand Down

0 comments on commit cf880c4

Please sign in to comment.