Test action to create and add a file.

master
Manuele Simi 3 years ago
parent 72640ab682
commit 1e48af2127

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

@ -0,0 +1,3 @@
to_update_1
to_update_2
to_update_3
Loading…
Cancel
Save