1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 04:31:05 +08:00

🔧 chore(renovate): change git user name for github-action

- shorten git user name from "github-action update-app-version" to "github-action"
This commit is contained in:
pooneyy 2025-10-04 10:10:24 +08:00
parent 4a30cf5fc8
commit 72f6ebf81b
No known key found for this signature in database

View File

@ -22,7 +22,7 @@ jobs:
- name: Configure repo
run: |
git config --local user.email "githubaction@githubaction.com"
git config --local user.name "github-action update-app-version"
git config --local user.name "github-action"
- name: Get list of updated files by the last commit in this branch separated by space
id: updated-files