Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RadhepS committed Mar 27, 2023
1 parent c14c1fc commit cc03a2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
SONAR_PATH="./sonar-project.properties"
RELEASE_PACKAGES_LIST_GENERATOR="./ci-scripts/release-packages-list-generator.sh"
PUBLIC_REPOSITORY_BRANCH_NAME=${{ github.event.inputs.branch_to_sync || env.DEFAULT_BRANCH_TO_SYNC }}
PRIVATE_REPOSITORY_BRANCH_NAME=${REPO_NAME//\//-}
PRIVATE_REPOSITORY_BRANCH_NAME=${PUBLIC_REPOSITORY_BRANCH_NAME//\//-}
echo "---------------------------------------------------------------------------------------------------------------------------"
echo "Clone repo"
Expand All @@ -44,7 +44,6 @@ jobs:
git config --global user.name ${{ secrets.GHT_USER }}
git config --global --add --bool push.autoSetupRemote true
git checkout $PUBLIC_REPOSITORY_BRANCH_NAME
git checkout -b $PRIVATE_REPOSITORY_BRANCH_NAME
git push origin
git push origin --delete $PUBLIC_REPOSITORY_BRANCH_NAME
Expand Down

0 comments on commit cc03a2c

Please sign in to comment.