Skip to content

Commit

Permalink
chore(actions): merge from template .github/workflows/update_package_…
Browse files Browse the repository at this point in the history
…lock.yml
  • Loading branch information
arlac77 committed Feb 27, 2024
1 parent 433c9ee commit 5f2862f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Update package lock
'on':
on:
schedule:
- cron: 13 8 * * 6
push:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
body: bring lock in sync
branch: package-lock
labels: npm
commit-message: 'chore(deps): lock'
commit-message: "chore(deps): lock"

0 comments on commit 5f2862f

Please sign in to comment.