Skip to content

Commit

Permalink
Update transform.yml (abap2UI5#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Nov 27, 2024
1 parent 29e8d3e commit 7ba360a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Run JSTransformation
- name: run transformation
run: |
cd app
npm run transform
- name: Commit Changes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "add frontend files as abap class"
add: "src"
- name: Open PR
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit 7ba360a

Please sign in to comment.