From 1a20c716e69d35e901a8ae3f66bdb62c4e4683e7 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:02:50 -0500 Subject: [PATCH] Update auto_abaplint.yaml --- .github/workflows/auto_abaplint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_abaplint.yaml b/.github/workflows/auto_abaplint.yaml index d53a81b0..d963b638 100644 --- a/.github/workflows/auto_abaplint.yaml +++ b/.github/workflows/auto_abaplint.yaml @@ -15,7 +15,7 @@ jobs: - name: run transformation run: | npm ci - npx abaplint .github/abaplint/abaplint_fix.jsonc --fix + npm run auto_abaplint - name: Open PR uses: peter-evans/create-pull-request@v4