1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-05 02:45:18 +02:00

chnage fork sync to merge instead of rebase

This commit is contained in:
François Darveau 2021-06-28 16:09:34 -04:00
parent abd28c4052
commit 48e6c26fb5

View file

@ -28,7 +28,7 @@ jobs:
upstream_repository: pawelmalak/flame
upstream_branch: master
target_branch: master
git_pull_rebase_config: true
# git_pull_rebase_config: true
# git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
# github_token: ${{ secrets.GITHUB_TOKEN }} # optional, for accessing repos that require authentication