mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-06 03:15:18 +02:00
another test
This commit is contained in:
parent
dcd97f0d1e
commit
7eff483221
1 changed files with 2 additions and 2 deletions
4
.github/workflows/merge-upstream-master.yml
vendored
4
.github/workflows/merge-upstream-master.yml
vendored
|
@ -23,12 +23,12 @@ jobs:
|
||||||
# Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch
|
# Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch
|
||||||
- name: Sync-Fork-action
|
- name: Sync-Fork-action
|
||||||
uses: XueMoMo/Sync-Fork-action@v1.0.6
|
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:
|
with:
|
||||||
upstream_repository: pawelmalak/flame
|
upstream_repository: pawelmalak/flame
|
||||||
upstream_branch: master
|
upstream_branch: master
|
||||||
target_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'
|
# git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }} # optional, for accessing repos that require authentication
|
# github_token: ${{ secrets.GITHUB_TOKEN }} # optional, for accessing repos that require authentication
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue