File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 0
22- ref : master
22+ ref : main
2323 repository : npm/node
2424 token : ${{ secrets.NODE_PULL_REQUEST_TOKEN }}
2525 - name : Setup git user
2929 - name : Sync upstream changes
3030 uses : aormsby/Fork-Sync-With-Upstream-action@v3.2
3131 with :
32- target_sync_branch : master
32+ target_sync_branch : main
3333 target_repo_token : ${{ secrets.NODE_PULL_REQUEST_TOKEN }}
34- upstream_sync_branch : master
34+ upstream_sync_branch : main
3535 upstream_sync_repo : nodejs/node
3636 upstream_pull_args : --ff-only
3737 - name : Run dependency updates and create PR
4646
4747 if [ "$npm_version" == "latest" ]; then
4848 npm_tag=`npm view npm@latest version`
49- base_branch="master "
49+ base_branch="main "
5050 else
5151 npm_tag="$npm_version"
5252 base_branch="v14.x-staging"
8181
8282 git add -A deps/npm
8383 git commit -m "$message"
84- git rebase --whitespace=fix master
84+ git rebase --whitespace=fix main
8585
8686 if [[ "$dry_run" == "true" ]]; then
8787 git status
You can’t perform that action at this time.
0 commit comments