From 5153ef3433890bf09babe2b23079043adf6fd523 Mon Sep 17 00:00:00 2001 From: Leon Silcott Date: Sun, 1 Sep 2024 20:37:45 +0100 Subject: [PATCH] Add an action for Interactive Inputs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..0fad5ef 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows. - [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. - [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch. +- [Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows #### Environments