mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Update README to reflect virtual machine changes
GitHub Actions moved from a pure container-based approach to offering execution on virtual machines or inside a container (in those VMs). Update the README to reflect this change.
This commit is contained in:
parent
8009dbe019
commit
e13810631d
@ -12,7 +12,7 @@
|
||||
|
||||
> A curated list of awesome things related to [GitHub Actions](https://github.com/features/actions).
|
||||
|
||||
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows as autoscaled containers in response. With GitHub Actions you can automate your workflow from idea to production.
|
||||
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production.
|
||||
|
||||
## Contents
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user