Skip to content

Commit d8e5173

Browse files
committed
improve steps of the job
1 parent c7e6a3b commit d8e5173

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/update-bookmarks.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PNPM
1717
uses: pnpm/action-setup@v2
1818
with:
19-
version: 8.6.0
19+
version: 9.15.0
2020

2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
@@ -43,11 +43,11 @@ jobs:
4343
uses: peter-evans/create-pull-request@v5
4444
with:
4545
token: ${{ secrets.GH_TOKEN }}
46-
commit-message: 'chore: daily JSON update'
47-
branch: daily-json-update
46+
commit-message: 'update bookmark - automated'
47+
branch: daily-bookmark-update
4848
delete-branch: true
49-
title: 'Daily JSON Update'
49+
title: 'Daily Bookmark Update'
5050
body: |
51-
This PR contains the daily automated JSON file updates.
51+
This PR contains the daily automated bookmark file updates.
5252
5353
*Automated pull request created by GitHub Actions*

0 commit comments

Comments
 (0)