Merge pull request #86 from SanjulaGanepola/fix/vsix-images
Remove images from VSIX and update README links
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
out/**
|
out/**
|
||||||
node_modules/**
|
node_modules/**
|
||||||
src/**
|
src/**
|
||||||
|
images/**
|
||||||
.gitignore
|
.gitignore
|
||||||
.yarnrc
|
.yarnrc
|
||||||
webpack.config.js
|
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.
|
* 📖 **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.
|
* ⚙️ **Manage Workflow Settings**: Define secrets, variables, inputs, and runners to be used when executing workflows.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Components
|
## 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.
|
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:
|
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.
|
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).
|
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
|
## History
|
||||||
|
|
||||||
The `History` view is where you can manage workflows currently being executed as well as review logs from previous workflow runs.
|
The `History` view is where you can manage workflows currently being executed as well as review logs from previous workflow runs.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Settings
|
## 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.
|
> 🚨 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
|
## Bugs and Feature Requests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user