diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 8ad9782..9c7abdb 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -14,10 +14,10 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Set up Git - run: | - git config --global user.name "github-actions" - git config --global user.email "actions@github.com" + # - name: Set up Git + # run: | + # git config --global user.name "github-actions" + # git config --global user.email "actions@github.com" - name: Show target sources run: cat ./helm/sources.txt