diff --git a/README.md b/README.md index 56f19e9..e91f2fa 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ 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. +![GitHub Local Actions](./images/github-local-actions.gif) + ## Components The `Components` view is where you can manage the following components which must be installed and started up before running any GitHub Actions: diff --git a/images/github-local-actions.gif b/images/github-local-actions.gif new file mode 100644 index 0000000..a950040 Binary files /dev/null and b/images/github-local-actions.gif differ