gCubeActionExecutor/actions/first.sh

5 lines
165 B
Bash
Executable File

#!/usr/bin/env bash
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"