From 4e02548eadaf1810a7ffecc086d8d49b319362cb Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:34:29 +0000 Subject: [PATCH] action fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aeb445c6..92b3424a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes", "auto_app2abap": "node .github/app2abap/trans2abap.js", "auto_abaplint" : "npx abaplint .github/abaplint/auto_abaplint_fix.jsonc --fix", - "rename" : "npm ci && abaplint .github/abaplint/rename_test.jsonc --rename", + "rename" : "npm ci && abaplint .github/abaplint/rename_test.jsonc --rename" }, "repository": { "type": "git",