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. This action is particularly useful for developers managing repository state or triggering conditional workflows based on ref details.
Release notes
What’s Changed
- chore: update dependencies by @ovsds in https://github.com/ovsds/get-ref-info-action/pull/5
- feat: improve logging by @ovsds in https://github.com/ovsds/get-ref-info-action/pull/6
- fix: logging by @ovsds in https://github.com/ovsds/get-ref-info-action/pull/7
Full Changelog: https://github.com/ovsds/get-ref-info-action/compare/v1.1.0...v1.2.0