mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 04:21:38 +00:00
Fix stars update script (update action v4 -> v5 + use default author) (#452)
This commit is contained in:
3
.github/workflows/update-stars.yml
vendored
3
.github/workflows/update-stars.yml
vendored
@@ -26,9 +26,8 @@ jobs:
|
|||||||
- name: Run format
|
- name: Run format
|
||||||
run: pnpm run format
|
run: pnpm run format
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
author: github_actions
|
|
||||||
commit-message: "(AUTO) Update stars"
|
commit-message: "(AUTO) Update stars"
|
||||||
title: "🤖 Update stars"
|
title: "🤖 Update stars"
|
||||||
body: Update all stars count from Github and Gitlab
|
body: Update all stars count from Github and Gitlab
|
||||||
|
|||||||
Reference in New Issue
Block a user