From b9b1451eb801ec7bc7e6cb0ee94335e5a96cb357 Mon Sep 17 00:00:00 2001 From: Peter Streef Date: Wed, 1 May 2024 15:05:03 +0200 Subject: [PATCH] show dir --- .github/workflows/run-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-cli.yml b/.github/workflows/run-cli.yml index 8f835c8..3804eeb 100644 --- a/.github/workflows/run-cli.yml +++ b/.github/workflows/run-cli.yml @@ -36,7 +36,7 @@ jobs: echo "Install recipe" java -jar mod.jar config recipes jar install org.openrewrite.recipe:rewrite-all:RELEASE || true echo "Echo log if exists" - ls -al .moderne + ls -al ~/.moderne cat .moderne/recipes/*/recipes.log || true echo "Run recipe" java -jar mod.jar run . --recipe=LanguageComposition \ No newline at end of file