From 61c6a142b85762375a01c3821b602c45ff4c3913 Mon Sep 17 00:00:00 2001 From: Wido Potters Date: Tue, 16 Jul 2024 16:57:25 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc377f5..576b4d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,8 +29,8 @@ jobs: - name: Run a multi-line script run: | echo "do a test" - cd /tmp/ - touch this_is_a_test + cd /tmp + touch this_is_a_test.txt # echo "CD to webroot" # cd /var/www/docs_scart_io/SCART-docs # echo "pull the code"