Update installation

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-17 17:13:16 -05:00
parent 0eda6ec17a
commit 25d50d4c50
2 changed files with 5 additions and 10 deletions

View File

@@ -14,18 +14,13 @@ Run your GitHub Actions locally with the power of the [GitHub Local Actions](htt
## Components
To run GitHub Actions locally, you will need the following components which can be managed from the `Components` view:
1. [nektos/act](https://github.com/nektos/act)
To run GitHub Actions locally, you will need the components denoted below. These can be installed and started up from the `Components` view.
Act is a CLI tool responsible for executing your workflows locally.
1. [nektos/act](https://github.com/nektos/act): Act is a CLI tool responsible for executing your workflows locally. It can be installed via several software package managers or using a pre-built artifact.
<div style="text-align: center; margin: 20px;">
<img src="https://github.com/SanjulaGanepola/github-local-actions/blob/main/images/act-installation.png?raw=true" alt="Act Installation" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%; display: block; margin-bottom: 20px;">
</div>
![Getting Started](./images/act-installation.png)
2. [Docker Engine](https://docs.docker.com/engine/)
Docker Engine is required for act to function as it uses Docker to handle workflow execution. The process includes:
2. [Docker Engine](https://docs.docker.com/engine/): Docker Engine is required for act to function as it uses Docker to handle workflow execution. The process includes:
* Pulling or building the images specified in your workflow files
* Determining the execution path based on your workflow's dependencies

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 95 KiB