#!/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"