UNPKG

action-docker-image-publish

Version:
3 lines (2 loc) 119 B
import type { GithubRef } from '../types'; export declare function parseGitHubRef(ref: string): GithubRef | undefined;