diff --git a/.github/workflows/update-dotnet-install-script.yml b/.github/workflows/update-dotnet-install-script.yml index 910f1b855..56adf854d 100644 --- a/.github/workflows/update-dotnet-install-script.yml +++ b/.github/workflows/update-dotnet-install-script.yml @@ -32,7 +32,7 @@ jobs: # Add / update and commit git add src/dotnet/scripts/vendor/dotnet-install.sh - git commit -m 'Automated dotnet-install script update [skip ci]' || export NO_UPDATES=true + git commit -m 'Automated dotnet-install script update' || export NO_UPDATES=true # Push if [ "$NO_UPDATES" != "true" ] ; then