screenshots action

This commit is contained in:
SPRINX0\prochazka
2025-01-27 14:40:39 +01:00
parent 8290100b80
commit 2b5858f81a
4 changed files with 177 additions and 18 deletions

View File

@@ -35,24 +35,7 @@ jobs:
with:
version: latest
- name: Checkout dbgate/dbgate-pro
uses: actions/checkout@v2
with:
repository: dbgate/dbgate-pro
token: ${{ secrets.GH_TOKEN }}
path: dbgate-pro
- name: Merge dbgate/dbgate-pro
run: |
mkdir ../dbgate-pro
mv dbgate-pro/* ../dbgate-pro/
cd ..
mkdir dbgate-merged
cd dbgate-pro
cd sync
yarn
node sync.js --nowatch
cd ..
- _include: checkout-and-merge-pro
- name: adjustPackageJson
run: |