Skip to content

Commit 037a13a

Browse files
author
Andrei Jiroh Eugenio Halili
authored
Fix some invalid config keys stuff
1 parent 52292f7 commit 037a13a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/generate-lockfile.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,17 @@ jobs:
4646
with:
4747
token: ${{ secrets.GH_SERVICE_ACCOUNT_API_KEY }}
4848
author: Recap Time Bot <releases@madebythepins.tk>
49-
commiter: Recap Time Bot <releases@madebythepins.tk>
49+
committer: Recap Time Bot <releases@madebythepins.tk>
5050
signoff: true
5151
commit-message: Update npm dependencies and lockfile
5252
branch: update-dependencies-npmjs
5353
labels: |
5454
packages/nodejs-npm
5555
dependencies
5656
reviewers: ${{ github.actor }}
57-
assignees:
57+
assignees: ${{ github.actor }}
5858
title: Update npmjs lockfiles and dependencies
59-
description: |
60-
Hey, ${{ github.actor }}.
61-
59+
body: |
6260
Your PR has been successfully generated to update dependencies and lockfile. Please wait while Vercel is doing an build for our website to ensure there will be no breaking changes to be merged to production.
6361
6462
When the build status goes green, approve and add `Ready to Ship` label to automagically merge.

0 commit comments

Comments
 (0)