Update build_downport_branch.yml

This commit is contained in:
oblomov-dev 2025-02-02 21:21:56 +01:00 committed by GitHub
parent dd0a754c71
commit 18df8dcabe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,6 @@ on:
push:
branches: [main]
permissions:
contents: write
jobs:
build_downpor_branch:
runs-on: ubuntu-latest
@ -16,6 +13,12 @@ jobs:
uses: actions/checkout@v3
with:
ref: 702
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- run: git clone https://github.com/abap2UI5/abap2UI5-setup.git && cp -r abap2UI5-setup/* . && npm i
- run: npm ci
- run: npm run downport