build fix

This commit is contained in:
Jan Prochazka
2024-09-03 09:08:29 +02:00
parent 7362799a34
commit e9c8d86937

View File

@@ -30,15 +30,16 @@ jobs:
with: with:
node-version: 18.x node-version: 18.x
- name: dbgate/dbgate-pro - name: Checkout dbgate/dbgate-pro
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: dbgate/dbgate-pro repository: dbgate/dbgate-pro
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
path: ../dbgate-pro path: dbgate-pro
- name: Merge dbgate/dbgate-pro - name: Merge dbgate/dbgate-pro
run: | run: |
mv dbgate-pro/* ../dbgate-pro
cd .. cd ..
mkdir dbgate-merged mkdir dbgate-merged
cd dbgate-pro cd dbgate-pro