Skip to content

Commit

Permalink
chore: set git config globally
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 7, 2023
1 parent e5df406 commit 6e02781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- run: |
git config --global user.email "balazsorban@users.noreply.github.com" &&
git config --global user.name "balazsorban44"
- name: Run GitHub File Sync
# Can update to v1 when https://github.com/BetaHuhn/repo-file-sync-action/issues/168 is resolved
uses: BetaHuhn/repo-file-sync-action@v1.19.0
with:
GIT_EMAIL: "balazsorban@users.noreply.github.com"
GIT_USERNAME: "balazsorban44"
GH_PAT: ${{ secrets.GH_PAT }}
IS_FINE_GRAINED: true
SKIP_PR: true
Expand Down

0 comments on commit 6e02781

Please sign in to comment.