Skip to content

Commit

Permalink
Updates base branch before committing changes to DT GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrudner committed Aug 19, 2020
1 parent 3eec867 commit b2256e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
git config user.password ${{ secrets.DEFINITELY_TYPED_PR_GITHUB_ACCESS_TOKEN }}
git remote set-url origin https://github.com/dbrudner/DefinitelyTyped
git fetch --unshallow -p origin
git remote add upstream https://github.com/DefinitelyTyped/DefinitelyTyped.git
git pull upstream master
- name: Add DefinitelyTyped header
run: |
version=$(cat recurly-js/package.json | jq '.version' -r | sed -ne 's/^\([0-9]*\.[0-9]*\).*/\1/p')
Expand Down

0 comments on commit b2256e6

Please sign in to comment.