Add sample test fragment and list.

This commit is contained in:
Manuele Simi 2021-01-16 16:03:03 -05:00
parent b71f9d9aa8
commit 8abe71f13c
2 changed files with 8 additions and 0 deletions

5
actions/first.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
cat "Hello from gCube Actions" > new_file.txt
git add new_file.txt
git commit -m "Add new_file.txt from gCube Actions"

3
repos/default_list.txt Normal file
View File

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