Skip to content

Commit a632e22

Browse files
committed
Updated auto-update.yml
1 parent 994c4ba commit a632e22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/auto-update.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: Auto NPM Update
1+
name: Auto Update
22

33
# Controls when the workflow will run
44
on:
55
workflow_dispatch:
66
schedule:
7-
- cron: "0 0 * * *" # Runs every day at midnight
7+
- cron: "0 0 * * 0" # Runs every day at midnight
88

99
jobs:
10-
update:
10+
npm-upgrade:
1111
runs-on: ubuntu-latest
1212

1313
steps:
@@ -27,11 +27,11 @@ jobs:
2727
uses: peter-evans/create-pull-request@v4
2828
with:
2929
title: "Auto NPM Update"
30-
body: "This PR was created automatically by the Auto NPM Update workflow."
30+
body: "This PR was created automatically by the Auto Update workflow."
3131
signoff: true
3232
commit-message: "Update dependencies via `npm upgrade`."
33-
branch: "create-pull-request/auto-npm-update"
33+
branch: "create-pull-request/auto-update/npm"
3434
branch-suffix: "timestamp"
35-
labels: "auto-npm-update,dependencies,javascript"
35+
labels: "auto-update,dependencies,javascript"
3636
delete-branch: true
3737
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)