gCubeActionExecutor/actions/first.sh

5 lines
140 B
Bash
Executable File

#!/usr/bin/env bash
echo "Hello from gCube Actions" > new_file.txt
git add new_file.txt
git commit -m "Add new_file.txt from gCube Actions"