Update action.yml

master v1.3.2
Vitaly Mikhailov 4 years ago committed by GitHub
parent 8674cdf4c8
commit fc8fef6e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@ runs:
if ('${{ steps.format.outputs.has-changes == 'true' }}' -eq '') { Return };
git config --local user.name "github-actions[bot]";
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com";
git commit -a -m 'Automated dotnet-format update';
git diff-index --quiet HEAD || git commit -a -m 'Automated dotnet-format update';
shell: pwsh
- name: Create Pull Request

Loading…
Cancel
Save