Skip to content

Commit 1d0c656

Browse files
committed
feat(ci): pnpm updater
1 parent eae06b1 commit 1d0c656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pnpm-updater.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: PNPM updater
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
- cron: "0 0 1 * *"
12+
- cron: '0 0 1 * *'
1313

1414
permissions:
1515
contents: write
@@ -55,7 +55,7 @@ jobs:
5555
cc @nodejs/web-infra
5656
5757
Check this workflow's logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.
58-
commit-message: "chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}"
58+
commit-message: 'chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}'
5959
labels: fast-track
60-
title: "chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}"
60+
title: 'chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}'
6161
draft: true

0 commit comments

Comments
 (0)