From 1279c2f6ae1f09478bfa2e29bb218698e1a587f7 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:17:15 +0100 Subject: [PATCH] Update build_downport_branch.yml --- .github/workflows/build_downport_branch.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_downport_branch.yml b/.github/workflows/build_downport_branch.yml index 9df8966..1e53589 100644 --- a/.github/workflows/build_downport_branch.yml +++ b/.github/workflows/build_downport_branch.yml @@ -2,10 +2,10 @@ name: build_downport_branch on: push: - branches: [standard] + branches: [main] jobs: - build_downport_branch: + build_downpor_branch: runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -19,19 +19,15 @@ jobs: with: node-version: '16' - - uses: actions/setup-node@v4 - with: - node-version: 20 - - run: git clone https://github.com/abap2UI5/abap2UI5-setup.git && cp -r abap2UI5-setup/* . && npm i - run: npm ci - - run: npm run downport_samples + - run: npm run downport - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v5 with: - branch: auto-update - title: "Automatic Update" - commit-message: "Automated changes" + branch: auto-update-downport + title: "Auto Update Downport" + commit-message: "Auto Update Downport" body: "This PR contains automated changes." labels: "auto-merge" - name: Enable Pull Request Automerge