Skip to content

Commit

Permalink
ci: update .github/workflows/sync-to-kse.yml (#4297)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Sep 18, 2024
1 parent a96de0a commit 14377d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-to-kse.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync commit to kse-console
name: Sync to kse-console

on:
push:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Checkout Target
run: |
git remote add kse-console https://github.com/${{ env.TARGET_OWNER }}/${{ env.TARGET_REPO_NAME }}.git
git remote add kse-console git@github.com:${{ env.TARGET_OWNER }}/${{ env.TARGET_REPO_NAME }}.git
git fetch ${{ env.TARGET_REPO_NAME }} ${{ env.TARGET_BRANCH }}
git checkout ${{ env.TARGET_BRANCH }}
Expand Down

0 comments on commit 14377d8

Please sign in to comment.