mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 20:16:24 +08:00
Update js_tranform.yml (#1567)
This commit is contained in:
parent
46dd1ca84d
commit
b451bc74f9
12
.github/workflows/js_tranform.yml
vendored
12
.github/workflows/js_tranform.yml
vendored
|
@ -3,7 +3,6 @@ name: js_transform
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -11,10 +10,15 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: cd app
|
- name: Checkout Repository
|
||||||
- run: npm run transform
|
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
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user