gCubeActionExecutor/actions/first.sh

5 lines
139 B
Bash
Raw Normal View History

2021-01-16 22:03:03 +01:00
#!/usr/bin/env bash
cat "Hello from gCube Actions" > new_file.txt
git add new_file.txt
git commit -m "Add new_file.txt from gCube Actions"