Skip to content

Commit

Permalink
Update build_downport_branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Feb 3, 2025
1 parent 17aaae8 commit 1279c2f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build_downport_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 1279c2f

Please sign in to comment.