mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-04-06 05:18:08 +08:00
Update process-apps.yml
This commit is contained in:
parent
97987d47b9
commit
42509ae22f
4
.github/workflows/process-apps.yml
vendored
4
.github/workflows/process-apps.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
- name: Commit and push to DPanel repository
|
- name: Commit and push to DPanel repository
|
||||||
working-directory: target-repo
|
working-directory: target-repo
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "${{ github.actor }}"
|
git config --global user.name "${{ github.actor }}"
|
||||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||||
@ -77,4 +77,4 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git diff --cached --quiet || git commit -m "Synced apps from source repository via GitHub Actions"
|
git diff --cached --quiet || git commit -m "Synced apps from source repository via GitHub Actions"
|
||||||
|
|
||||||
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/QYG2297248353/appstore-dpanle.git master
|
git push https://x-access-token:${{ secrets.GITHUBTOKEN }}@github.com/QYG2297248353/appstore-dpanle.git master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user