gCubeActions/24-01-2021-CreateTestFile/first.sh

5 lines
165 B
Bash
Raw Normal View History

2021-01-27 02:47:53 +01:00
#!/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"