Skip to content

Commit

Permalink
fix: update from upstream (#3363)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
gijun19 authored Jun 3, 2021
1 parent fbb7633 commit 33a31a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-cli-deps-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 33a31a9

Please sign in to comment.