resolve_ref
Resolve a branch, tag, or commit to a concrete commit SHA before deploying, so deployments are authorized for that exact commit, not for whatever the branch points to later.
Instructions
Resolve a branch, tag or commit to a concrete commit SHA. Call this BEFORE deploying: a deploy is authorised for one specific commit, not for whatever a branch points at later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Branch, tag or commit SHA (e.g. "main") | |
| repo | Yes | Repository as owner/name |