We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae06b1 commit 1d0c656Copy full SHA for 1d0c656
.github/workflows/pnpm-updater.yml
@@ -9,7 +9,7 @@ name: PNPM updater
9
on:
10
workflow_dispatch:
11
schedule:
12
- - cron: "0 0 1 * *"
+ - cron: '0 0 1 * *'
13
14
permissions:
15
contents: write
@@ -55,7 +55,7 @@ jobs:
55
cc @nodejs/web-infra
56
57
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 }}"
+ commit-message: 'chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}'
59
labels: fast-track
60
- title: "chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}"
+ title: 'chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}'
61
draft: true
0 commit comments