1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-10-04 10:10:50 +08:00
commit 70c76240e7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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