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

another test

This commit is contained in:
François Darveau 2021-06-28 18:25:29 -04:00
parent dcd97f0d1e
commit 7eff483221

View file

@ -23,12 +23,12 @@ jobs:
# Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch
- name: Sync-Fork-action
uses: XueMoMo/Sync-Fork-action@v1.0.6
#uses: XueMoMo/Fork-Sync-With-Upstream-action@v2.3
#uses: aormsby/Fork-Sync-With-Upstream-action@v2.3
with:
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