From f9b2d36c6ce70aafcadb44ba3c396812b416b369 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sun, 17 Jan 2021 22:30:40 -0500 Subject: [PATCH] Change the sample fragment. --- actions/first.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/first.sh b/actions/first.sh index 01a11b5..3a762b2 100755 --- a/actions/first.sh +++ b/actions/first.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -cat "Hello from gCube Actions" > new_file.txt +echo "Hello from gCube Actions" > new_file.txt git add new_file.txt git commit -m "Add new_file.txt from gCube Actions" \ No newline at end of file