27th April 2021
Computer Science⚑
CICD⚑
(../computer_science/cicd/github_actions.md)⚑
-
New: Github Actions.
(https://github.com/features/actions) let's you automate, customize, and execute your software development workflows right in your repository.
-
New: (../computer_science/cicd/github_actions.md#actions)
(https://github.com/actions/checkout)is an action for checking out a repo.
-
New: (../computer_science/cicd/github_actions.md#actions)
(https://github.com/ad-m/github-push-action)is a GitHub action to push back to repository eg. update code.