mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:16:15 +08:00
Update js_tranform.yml (#1567)
This commit is contained in:
parent
46dd1ca84d
commit
b451bc74f9
14
.github/workflows/js_tranform.yml
vendored
14
.github/workflows/js_tranform.yml
vendored
|
@ -2,8 +2,7 @@ name: js_transform
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
|
||||
branches: ["main"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
@ -11,10 +10,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- run: cd app
|
||||
- run: npm run transform
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Commit changes
|
||||
- name: Run JS Transformation
|
||||
run: |
|
||||
cd app
|
||||
npm run transform
|
||||
|
||||
- name: Commit Changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
default_author: github_actions
|
||||
|
|
Loading…
Reference in New Issue
Block a user