From 952e737279ca6e8d9424ea71cdcdadea39a30c89 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 10:55:33 +0200 Subject: [PATCH] echo "2\n" | hackingtool.py --- .github/workflows/test_install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index f73089e0..4cee030c 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -22,4 +22,5 @@ jobs: - run: sudo ./install.sh 1 - run: pwd && ls -hal # `2` should use the default path /home/hackingtool/ - - run: echo "2\n" | hackingtool + - run: echo "2\n" | hackingtool # Does not take the echoed input + - run: echo "2\n" | hackingtool.py