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