From b3fb42a15a4e2352d2f447b1a5b8ee6e5b1f56a6 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:49:51 +0200 Subject: [PATCH] Update build_ui5_stringified.yaml (#1488) --- .github/workflows/build_ui5_stringified.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_ui5_stringified.yaml b/.github/workflows/build_ui5_stringified.yaml index ad91d16c..1fb90558 100644 --- a/.github/workflows/build_ui5_stringified.yaml +++ b/.github/workflows/build_ui5_stringified.yaml @@ -6,7 +6,7 @@ on: permissions: contents: write - pull-requests: write # Berechtigung für Pull-Requests hinzufügen + pull-requests: write jobs: build_ui5_stringified: @@ -17,20 +17,12 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - cache: 'npm' # Caching von Node.js-Abhängigkeiten - - run: npm install @abaplint/cli -g - run: | node ci/app2string/trans2abap.js + npm install @abaplint/cli -g abaplint --fix ci/app2string/abaplint.jsonc 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 uses: peter-evans/create-pull-request@v4 with: title: Automatic Update - branch: update-branch # Optional: Branchname für den PR \ No newline at end of file