Skip to content

Commit

Permalink
ci: improve update job
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Aug 15, 2024
1 parent 3e4ea06 commit ab973fa
Show file tree
Hide file tree
Showing 3 changed files with 1,047 additions and 1,729 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-leather-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

- name: Update @leather.io/* packages
id: update-packages
run: echo output=$(pnpm upgrade "@leather.io/*" --latest) >> $GITHUB_OUTPUT
run: echo output=$(pnpm update "@leather.io/*" --latest | grep -v '^Progress') >> $GITHUB_OUTPUT

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.LEATHER_BOT }}
branch: 'chore-update-leather-packages'
commit-message: 'ci: update leather.io packages'
title: 'ci: update npm packages'
title: '[bot] ci: update npm packages'
committer: 'leather-bot <[email protected]>'
author: 'leather-bot <[email protected]>'
body: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"are-passive-events-supported": "1.1.1",
"argon2-browser": "1.18.0",
"assert": "2.1.0",
"axios": "1.7.2",
"axios": "1.7.4",
"base64url": "3.0.1",
"bignumber.js": "9.1.2",
"bitcoin-address-validation": "2.2.1",
Expand Down
Loading

0 comments on commit ab973fa

Please sign in to comment.