workflow templates

This commit is contained in:
Jan Prochazka
2024-12-30 08:11:18 +01:00
parent 70083bd870
commit 36e2f1bdee
6 changed files with 75 additions and 691 deletions

View File

@@ -35,24 +35,7 @@ jobs:
with:
node-version: 18.x
- 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: adjustNpmPackageJsonPremium
run: |