Add sample test fragment and list.
This commit is contained in:
parent
b71f9d9aa8
commit
8abe71f13c
|
@ -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"
|
|
@ -0,0 +1,3 @@
|
|||
to_update_1
|
||||
to_update_2
|
||||
to_update_3
|
Loading…
Reference in New Issue