gCubeActionExecutor/actions/first.sh

5 lines
165 B
Bash
Raw Normal View History

2021-01-16 22:03:03 +01:00
#!/usr/bin/env bash
2021-01-24 05:18:57 +01:00
touch new_file2.txt
echo "Hello from gCube Actions 2" >> new_file2.txt
git add new_file2.txt
git commit -m "Add new_file2.txt from gCube Actions"