From 09f13d3848e17a390ce73979b106ed49aac3e350 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:55:53 -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 cdc98c73..d53a81b0 100644 --- a/.github/workflows/auto_abaplint.yaml +++ b/.github/workflows/auto_abaplint.yaml @@ -15,7 +15,7 @@ jobs: - name: run transformation run: | npm ci - abaplint .github/abaplint/abaplint_fix.jsonc --fix + npx abaplint .github/abaplint/abaplint_fix.jsonc --fix - name: Open PR uses: peter-evans/create-pull-request@v4