Below you will find pages that utilize the taxonomy term “Skgandikota”
April 16, 2026
Webhook Notify
Version updated for https://github.com/skgandikota/NotifyAll to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The NotifyAll GitHub Action automates the process of sending notifications to Slack, Discord, or Microsoft Teams using webhook URLs. It simplifies cross-platform communication by providing a unified interface that auto-detects the messaging platform from the webhook URL, enabling consistent notifications with customizable titles, messages, statuses, and additional fields. This action is ideal for integrating real-time updates, such as deployment statuses or build alerts, into team communication workflows.
April 16, 2026
TransformText
Version updated for https://github.com/skgandikota/TransformText to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The TransformText GitHub Action is a utility for performing various text transformations, such as regex-based find-and-replace, base64 encoding/decoding, URL encoding/decoding, case conversion, string manipulation (e.g., substring, split, reverse), line counting, and SHA-256 hashing. It automates common text-processing tasks in workflows, eliminating the need for custom scripts or external dependencies. This action is versatile and lightweight, offering a wide range of string operations directly within GitHub Actions.
April 16, 2026
WaitForUrl
Version updated for https://github.com/skgandikota/WaitForUrl to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The WaitForUrl GitHub Action automates the process of polling a specified URL until it meets expected conditions, such as returning a specific HTTP status code or containing predefined content in the response body. This is particularly useful for deployment verification or monitoring asynchronous processes, ensuring that systems or endpoints are ready before proceeding in a CI/CD pipeline. Key capabilities include customizable polling intervals, timeout settings, and support for HTTP methods and headers.
April 15, 2026
Matrix Generator
Version updated for https://github.com/skgandikota/SetMatrix to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The SetMatrix GitHub Action dynamically generates JSON matrices for use in GitHub Actions workflows. It automates the creation of complex matrix configurations by accepting input in various formats (e.g., comma-separated values, JSON arrays, or files) and supports advanced filtering, inclusion, and exclusion of matrix combinations. This simplifies the setup and customization of matrix strategies, enabling efficient multi-environment or multi-parameter testing.
April 15, 2026
JSON Path Extract
Version updated for https://github.com/skgandikota/ParseJSON to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The ParseJSON GitHub Action extracts specific values from a JSON string using dot notation paths, making it ideal for processing JSON outputs from other actions. It automates the parsing of JSON data and provides flexible capabilities such as retrieving single or multiple values, determining JSON structure types (e.g., array or object), and dynamically setting outputs based on the parsed data. This action simplifies handling complex JSON data, enabling seamless integration with workflows.