mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-01-17 17:47:57 +08:00
@@ -4,9 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- custom
|
- custom
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- custom
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -71,8 +68,8 @@ jobs:
|
|||||||
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"
|
||||||
|
|
||||||
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.GITHUBTOKEN }}@github.com/QYG2297248353/appstore-dpanel.git master
|
git push https://x-access-token:${{ secrets.GITHUBTOKEN }}@github.com/QYG2297248353/appstore-dpanel.git master
|
||||||
|
|||||||
Reference in New Issue
Block a user