Skip to content

Commit

Permalink
try develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jan 17, 2022
1 parent 4454097 commit 7fac4ea
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,24 @@ 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@v2
with:
ref: better-docs
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Pull (Fast-Forward) upstream changes (develop)
id: sync-develop
uses: aormsby/Fork-Sync-With-Upstream-action@v3.2
with:
upstream_sync_repo: phobos2077/sfall
upstream_sync_branch: develop
target_sync_branch: develop
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
shallow_since: '10 years'

0 comments on commit 7fac4ea

Please sign in to comment.