diff --git a/.gitea/workflows/job_syncpull.yml b/.gitea/workflows/job_syncpull.yml index aa4f388f..a147b046 100644 --- a/.gitea/workflows/job_syncpull.yml +++ b/.gitea/workflows/job_syncpull.yml @@ -10,8 +10,11 @@ jobs: pull: runs-on: ubuntu-latest steps: - - name: checkout - run: git clone --depth=10 --filter=tree:0 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} repo + - name: init + run: | + git config --local user.email "vtolstov " + git config --local user.name "github-actions[bot]" + git clone --depth=10 --filter=tree:0 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} repo - name: track master run: |