From a4cc799dfb4baf16b7d45196cfecea150e20d270 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 10:59:25 +0200 Subject: [PATCH] echo "2\n" | ./hackingtool.py --- .github/workflows/test_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 4cee030..b9faf27 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -23,4 +23,4 @@ jobs: - run: pwd && ls -hal # `2` should use the default path /home/hackingtool/ - run: echo "2\n" | hackingtool # Does not take the echoed input - - run: echo "2\n" | hackingtool.py + - run: echo "2\n" | ./hackingtool.py