Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Park <daniel.park@endevors.io>2021-06-04 00:05:25 +0300
committerGitHub <noreply@github.com>2021-06-04 00:05:25 +0300
commit33a31a97eb3f14d8a4b6b681e51d44056fd9a3c1 (patch)
tree282f4ba7af290b44b7a4c0ab283ff953a4b4c46e /.github
parentfbb76338d8d36d21a71a5d8feb62f24f7c40e3b9 (diff)
fix: update from upstream (#3363)
* fix: add git remote pull * wip: update workflow * wip: update to npm/node * wip: upstream sync * wip: revert standard pull * wip: revert to nodejs/node
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/create-cli-deps-pr.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/create-cli-deps-pr.yml b/.github/workflows/create-cli-deps-pr.yml
index 3c7224ac3..b8508388c 100644
--- a/.github/workflows/create-cli-deps-pr.yml
+++ b/.github/workflows/create-cli-deps-pr.yml
@@ -30,6 +30,15 @@ jobs:
ref: master
repository: "npm/node"
token: ${{ secrets.NPM_ROBOT_USER_PAT }}
+ - name: Pull (Fast-Forward) upstream
+ id: sync
+ uses: aormsby/Fork-Sync-With-Upstream-action@v2.1
+ with:
+ upstream_repository: nodejs/node
+ upstream_branch: master
+ target_branch: master
+ git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
+ github_token: ${{ secrets.NPM_ROBOT_USER_PAT }} # optional, for accessing repos that require authentication
- name: Run dependency updates and create PR
run: |
npm_tag=""