From 694da64097451de5d19614b9049ed1737ea3596a Mon Sep 17 00:00:00 2001 From: fantonangeli Date: Mon, 22 Apr 2024 12:12:31 +0200 Subject: [PATCH] Fix tab --- .ci/actions/upstream-sync/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/actions/upstream-sync/action.yml b/.ci/actions/upstream-sync/action.yml index 6cbe82a6..a3f91e4f 100644 --- a/.ci/actions/upstream-sync/action.yml +++ b/.ci/actions/upstream-sync/action.yml @@ -32,7 +32,7 @@ runs: - name: Setup git environment shell: bash run: | - set -x + set -x git config --global user.name "${{ inputs.username }}" git config --global user.email "${{ inputs.useremail }}" git remote add upstream ${{ inputs.upstream_remote }}