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