Below you will find pages that utilize the taxonomy term “ovsds”
February 18, 2026
Split Matrix
Version updated for https://github.com/ovsds/split-matrix-action to version v0.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Split Matrix Action is a GitHub Action designed to divide a JSON array into smaller groups, making it easier to work with large datasets in a matrix strategy. It automates the process of splitting arrays into customized group sizes and formats, simplifying workflows that involve processing or parallelizing tasks across multiple items.
January 3, 2026
Get Ref Info
Version updated for https://github.com/ovsds/get-ref-info-action to version v1.2.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Get Ref Info Action is a GitHub Action that retrieves detailed information about a specified Git reference (ref) in a repository, such as its existence, name, type, and associated commit SHA. It automates the process of checking and extracting metadata for refs like branches or tags, simplifying workflows that rely on repository reference validation or metadata extraction.
December 29, 2025
Push Version Tags
Version updated for https://github.com/ovsds/push-version-tags-action to version v1.4.0.
This action is used across all versions by 16 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Push Version Tags Action” is a GitHub Action designed to automate the creation of supplementary version tags (e.g., major and minor tags) for a repository based on a base version. For instance, given a version like v1.2.3, it can automatically generate tags such as v1 and v1.
December 28, 2025
Get Changed Package List
Version updated for https://github.com/ovsds/get-changed-packages-action to version v1.6.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Get Changed Packages Action” identifies packages within a project that have been modified by analyzing a list of changed files. It automates the detection of impacted packages and optionally resolves their dependencies, streamlining workflows such as dependency management, testing, or deployment in projects with multiple packages.
November 21, 2025
Get Changed Package List
Version updated for https://github.com/ovsds/get-changed-packages-action to version v1.5.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed feat: drop poetry non_packages by @ovsds in https://github.com/ovsds/get-changed-packages-action/pull/17 Full Changelog: https://github.com/ovsds/get-changed-packages-action/compare/v1.4.0...v1.5.0