Test action to create and add a file.

This commit is contained in:
Manuele Simi 2021-01-26 20:47:53 -05:00
parent 72640ab682
commit 1e48af2127
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
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"

View File

@ -0,0 +1,3 @@
to_update_1
to_update_2
to_update_3