diff --git a/.github/actions/release-alpha/action.yml b/.github/actions/release-alpha/action.yml index aff94ce2fe..ec5f777f13 100644 --- a/.github/actions/release-alpha/action.yml +++ b/.github/actions/release-alpha/action.yml @@ -12,7 +12,7 @@ runs: steps: - name: Configure git user run: | - git config --local user.email diegopf@users.noreply.github.com" + git config --local user.email "diegopf@users.noreply.github.com" git config --local user.name "diegopf" shell: bash