Remove images from VSIX and update README links
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
out/**
|
||||
node_modules/**
|
||||
src/**
|
||||
images/**
|
||||
.gitignore
|
||||
.yarnrc
|
||||
webpack.config.js
|
||||
|
||||
10
README.md
10
README.md
@@ -12,7 +12,7 @@ Run your GitHub Actions locally with the power of the [GitHub Local Actions](htt
|
||||
* 📖 **View Workflow Run History**: Track and investigate past workflow logs.
|
||||
* ⚙️ **Manage Workflow Settings**: Define secrets, variables, inputs, and runners to be used when executing workflows.
|
||||
|
||||

|
||||

|
||||
|
||||
## Components
|
||||
|
||||
@@ -20,7 +20,7 @@ The `Components` view is where you can manage the following components which mus
|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
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:
|
||||
|
||||
@@ -39,13 +39,13 @@ The `Workflows` view is where you can manage and run workflows locally. You have
|
||||
3. **Run Job**: Run a specific job in a workflow.
|
||||
4. **Run Event**: Run multiple workflows by triggering a [GitHub event](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows).
|
||||
|
||||

|
||||

|
||||
|
||||
## History
|
||||
|
||||
The `History` view is where you can manage workflows currently being executed as well as review logs from previous workflow runs.
|
||||
|
||||

|
||||

|
||||
|
||||
## Settings
|
||||
|
||||
@@ -53,7 +53,7 @@ The `Settings` view is where you can set [secrets](https://nektosact.com/usage/i
|
||||
|
||||
> 🚨 Checkout the [nektos/act](https://nektosact.com) documentation for more details on how these various settings are handled. In particular, refer to how secrets can be provided to workflows interactively, as environment variables, or from a file.
|
||||
|
||||

|
||||

|
||||
|
||||
## Bugs and Feature Requests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user