From 1e48af2127c44d7ccde23f48bbb35c5e8118b5ec Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Tue, 26 Jan 2021 20:47:53 -0500 Subject: [PATCH] Test action to create and add a file. --- 24-01-2021-CreateTestFile/first.sh | 5 +++++ 24-01-2021-CreateTestFile/repo_list.txt | 3 +++ 2 files changed, 8 insertions(+) create mode 100755 24-01-2021-CreateTestFile/first.sh create mode 100644 24-01-2021-CreateTestFile/repo_list.txt diff --git a/24-01-2021-CreateTestFile/first.sh b/24-01-2021-CreateTestFile/first.sh new file mode 100755 index 0000000..34686f4 --- /dev/null +++ b/24-01-2021-CreateTestFile/first.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +touch new_file4.txt +echo "Hello from gCube Actions 4" >> new_file4.txt +git add new_file4.txt +git commit -m "Add new_file4.txt from gCube Actions" \ No newline at end of file diff --git a/24-01-2021-CreateTestFile/repo_list.txt b/24-01-2021-CreateTestFile/repo_list.txt new file mode 100644 index 0000000..6ecfffb --- /dev/null +++ b/24-01-2021-CreateTestFile/repo_list.txt @@ -0,0 +1,3 @@ +to_update_1 +to_update_2 +to_update_3 \ No newline at end of file