Skip to content

Commit

Permalink
develop is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed May 1, 2024
1 parent 3a687bb commit 1125520
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,3 @@ jobs:
target_sync_branch: better-docs
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
shallow_since: "10 years"

sync_develop:
runs-on: ubuntu-latest
name: Sync develop with upstream/develop
steps:
- name: Checkout develop
uses: actions/checkout@v3
with:
ref: better-docs
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Pull (Fast-Forward) upstream changes (develop)
id: sync-develop
uses: aormsby/[email protected]
with:
upstream_sync_repo: sfall-team/sfall
upstream_sync_branch: develop
upstream_pull_args: "--ff-only --tags"
target_sync_branch: develop
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
shallow_since: "10 years"

0 comments on commit 1125520

Please sign in to comment.