Skip to content

Commit

Permalink
how about now
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Sep 10, 2023
1 parent 60b0b27 commit fbf4470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
upstream_sync_repo: sfall-team/sfall
upstream_sync_branch: master
upstream_pull_args: "--ff-only --tags"
upstream_pull_args: "--all"
target_sync_branch: master
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
shallow_since: "10 years"
Expand All @@ -45,7 +45,7 @@ jobs:
with:
upstream_sync_repo: sfall-team/sfall
upstream_sync_branch: master
upstream_pull_args: "--ff-only --tags"
upstream_pull_args: "--all"
target_sync_branch: better-docs
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
shallow_since: "10 years"
Expand All @@ -67,7 +67,7 @@ jobs:
with:
upstream_sync_repo: sfall-team/sfall
upstream_sync_branch: develop
upstream_pull_args: "--ff-only --tags"
upstream_pull_args: "--all"
target_sync_branch: develop
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
shallow_since: "10 years"

0 comments on commit fbf4470

Please sign in to comment.