diff --git a/.github/workflows/upgrade-operator.yaml b/.github/workflows/upgrade-operator.yaml index 383e129cb2..0df7ec0ab1 100644 --- a/.github/workflows/upgrade-operator.yaml +++ b/.github/workflows/upgrade-operator.yaml @@ -40,7 +40,7 @@ jobs: - name: "Check current state" run: | git config user.name "GitHub Actions Bot" - git config user.email "<>" + git config user.email "noreply@github.com" echo "Checking the current state..." echo "Release version: ${{ env.RELEASE_VERSION }}" echo "Location: $(pwd)"