Change the sample fragment.

This commit is contained in:
Manuele Simi 2021-01-17 22:30:40 -05:00
parent 965ed1aa06
commit f9b2d36c6c
1 changed files with 1 additions and 1 deletions

View File

@ -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"