Skip to content

Commit

Permalink
fix: ignore config
Browse files Browse the repository at this point in the history
  • Loading branch information
Floodnut committed Feb 1, 2025
1 parent 4e069ec commit 311b082
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
# - name: Set up Git
# run: |
# git config --global user.name "github-actions"
# git config --global user.email "[email protected]"

- name: Show target sources
run: cat ./helm/sources.txt
Expand Down

0 comments on commit 311b082

Please sign in to comment.