mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:16:15 +08:00
Update build_ui5_stringified.yaml (#1488)
This commit is contained in:
parent
a4e887646f
commit
b3fb42a15a
12
.github/workflows/build_ui5_stringified.yaml
vendored
12
.github/workflows/build_ui5_stringified.yaml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write # Berechtigung für Pull-Requests hinzufügen
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_ui5_stringified:
|
build_ui5_stringified:
|
||||||
|
@ -17,20 +17,12 @@ jobs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: 'npm' # Caching von Node.js-Abhängigkeiten
|
|
||||||
- run: npm install @abaplint/cli -g
|
|
||||||
- run: |
|
- run: |
|
||||||
node ci/app2string/trans2abap.js
|
node ci/app2string/trans2abap.js
|
||||||
|
npm install @abaplint/cli -g
|
||||||
abaplint --fix ci/app2string/abaplint.jsonc
|
abaplint --fix ci/app2string/abaplint.jsonc
|
||||||
git status
|
git status
|
||||||
- name: Commit changes
|
|
||||||
run: |
|
|
||||||
git config --global user.name 'github-actions[bot]'
|
|
||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
|
||||||
git add .
|
|
||||||
git commit -m 'Automatic update by GitHub Actions' || echo "No changes to commit"
|
|
||||||
- name: Open PR
|
- name: Open PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
title: Automatic Update
|
title: Automatic Update
|
||||||
branch: update-branch # Optional: Branchname für den PR
|
|
Loading…
Reference in New Issue
Block a user