From f95e73adbdc5d35a4c87a36f2aee6a8f2b2a7c6d Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sat, 23 Jan 2021 23:39:09 -0500 Subject: [PATCH] Update sample action. --- actions/first.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/actions/first.sh b/actions/first.sh index bd0bcaf..34686f4 100755 --- a/actions/first.sh +++ b/actions/first.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -touch new_file3.txt -echo "Hello from gCube Actions 3" >> new_file3.txt -git add new_file3.txt -git commit -m "Add new_file3.txt from gCube Actions" \ No newline at end of file +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