From 311b082c64134fe2ad08502eca6bb9478dcf1924 Mon Sep 17 00:00:00 2001 From: Floodnut Date: Sat, 1 Feb 2025 21:23:18 +0900 Subject: [PATCH] fix: ignore config --- .github/workflows/sync.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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