diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index db8858b..b46f35c 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -28,5 +28,5 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "Github Actions Bot" git remote add target-repo git@github.com:RusabKhan/OpenETL-Pro.git - git pull target-repo + git pull target-repo actions git push target-repo HEAD:actions # Adjust target branch name if needed