Skip to content

Commit

Permalink
Fixed tab space
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Apr 22, 2024
1 parent 1d86024 commit 30369c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/actions/upstream-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 30369c0

Please sign in to comment.