Skip to content

Commit

Permalink
Merge pull request #85 from catenax-ng/fix/branch-sync-action
Browse files Browse the repository at this point in the history
Fix/branch sync action
  • Loading branch information
ds-jhartmann committed Jan 10, 2023
2 parents 715e8c5 + d8ea008 commit 9a0c86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/synch-env-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
git config user.email github-actions@github.com
git fetch --no-tags --progress
git checkout --progress -b catena-x-environments origin/catena-x-environments
git merge origin/main --allow-unrelated-histories
git fetch origin --recurse-submodules=no --progress --prune
git merge origin/main -v --allow-unrelated-histories
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9a0c86a

Please sign in to comment.