Skip to content

Commit

Permalink
WIP: Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainmouquet committed Oct 3, 2024
1 parent 1e3a2c0 commit c0246cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:
echo "{after}={after}" >> $GITHUB_ENV
- name: Create or Update Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v7
with:
title: 'chore(deps): update npm dependencies'
body: |
'Automated update of package-lock.json
Before Update: ${{ env.before }}
After Update: ${{ env.after }}'
Automated update of package-lock.json
- Before Update: ${{ env.before }}
- After Update: ${{ env.after }}
base: main
branch: update-npm-dependencies

0 comments on commit c0246cd

Please sign in to comment.