Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 639aacc

Browse files
author
Jennings Liu
committed
fix: improve config
1 parent 76a1954 commit 639aacc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎.github/workflows/build.yaml‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ on:
88
jobs:
99
sync_with_upstream:
1010
runs-on: ubuntu-latest
11-
name: Sync main with upstream (https://github.com/youngyangyang04/leetcode-master)
11+
name: Sync main with upstream
1212

1313
steps:
14-
# Step 1: run a standard checkout action, provided by github
15-
- name: Checkout master
14+
- name: Checkout to master branch
1615
uses: actions/checkout@v2
1716
with:
1817
ref: master
19-
# submodules: 'recursive' ### may be needed in your situation
2018
- name: Pull (Fast-Forward) upstream changes
2119
id: sync
2220
uses: aormsby/Fork-Sync-With-Upstream-action@v2.1
2321
with:
2422
upstream_repository: youngyangyang04/leetcode-master
2523
upstream_branch: master
26-
target_branch: upstream
24+
target_branch: master
25+
git_pull_args: '--allow-unrelated-histories'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /