From 15d89556c3c92a2f73a8315f0167a080bc2efbd0 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Fri, 23 Aug 2024 01:00:52 -0400 Subject: [PATCH] removed accidental space --- .github/actions/build-tag-release/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/build-tag-release/action.yml b/.github/actions/build-tag-release/action.yml index d8a1271..16caddf 100644 --- a/.github/actions/build-tag-release/action.yml +++ b/.github/actions/build-tag-release/action.yml @@ -111,8 +111,7 @@ runs: -i /azerothcore/modules/mod-eluna/LuaEngine/libs \ -j $(nproc) --enable=warning,error \ - --cppcheck-build-dir=/home/runner/work/${{ github.repository }}/_cppcheck_cache \ - + --cppcheck-build-dir=/home/runner/work/${{ github.repository }}/_cppcheck_cache \ /azerothcore/modules/${{ env.REPO_NAME }} if [ -s report.txt ]; then cat report.txt