GitHub Actions
Setting a promt with useful git branch info:
export PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(__git_ps1)\[\033[00m\] $ "
Official Documentation: https://developer.github.com/actions/
Actionable Actions workshop: https://github.com/satelliteworkshops/integrate-2-making-github-actions-actionable
The life of a GitHub Action:https://blog.jessfraz.com/post/the-life-of-a-github-action//
GitHub provided utilities: https://github.com/actions/bin