Update sample action.

This commit is contained in:
Manuele Simi 2021-01-23 23:39:09 -05:00
parent b1e6c396c6
commit f95e73adbd
1 changed files with 4 additions and 4 deletions

View File

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