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