Skip to content

Commit 372b96f

Browse files
committed
update job to cron bookmarks update
1 parent 3b4f701 commit 372b96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-bookmarks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Daily JSON Update
1+
name: Daily Bookmarks Update
22

33
on:
44
schedule:
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'pnpm'
2626

2727
- name: Install dependencies
28-
run: pnpm install
28+
run: pnpm install --frozen-lockfile
2929

3030
- name: Run update script
3131
env:

0 commit comments

Comments
 (0)