From ddfeeea2ea4f9b681b2fac35a8e3bd6d768b0b13 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:49:55 -0700 Subject: [PATCH] Deleted from the repo then updated what should be contained in the test file. --- .github/workflows/detection-testing.yml | 2 +- test.file | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 test.file diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index 4d59f6c33f..20db4c7e4a 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -77,7 +77,7 @@ jobs: echo "GIT CONFIGS STEPS" echo "TOUCH FILE" - touch test.file + echo "Created by a run of the Github Action" > test.file echo "ADD FILE" git add test.file echo "COMMIT" diff --git a/test.file b/test.file deleted file mode 100644 index e69de29bb2..0000000000