Skip to content

Commit

Permalink
ci: add setup for Git in sync-to-kse.yml workflow (#4301)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <donniean1@gmail.com>
  • Loading branch information
donniean committed Sep 19, 2024
1 parent 17eb255 commit b73e1bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-to-kse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4

- name: Setup Git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Checkout Target
run: |
git remote add kse-console git@github.com:${{ env.TARGET_OWNER }}/${{ env.TARGET_REPO_NAME }}.git
Expand Down

0 comments on commit b73e1bd

Please sign in to comment.