We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4829f commit 503771dCopy full SHA for 503771d
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
23
- - name: "Set git user"
+ - name: 'Set git user'
24
run: |
25
git config --global user.name 'storybook-bot'
26
git config --global user.email '32066757+storybook-bot@users.noreply.github.com'
@@ -32,8 +32,8 @@ jobs:
32
- name: Use Node.js
33
uses: actions/setup-node@v4
34
35
- cache: "pnpm"
36
- node-version-file: ".nvmrc"
+ cache: 'pnpm'
+ node-version-file: '.nvmrc'
37
38
- name: Install Node.js dependencies with pnpm
39
# https://pnpm.io/cli/install
0 commit comments