ovsds/Get Ref Info
Returns information for the given ref
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 3, 2026
- License
- MIT
Pinned Snippet
uses: ovsds/get-ref-info-action@e4883968a369e68d575d544146ffe4a40a1ea1d8 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token used for API calls. Required scope - 'contents: read' | — | ${{ github.token }} |
| owner | Owner of the repository | — | ${{ github.repository_owner }} |
| repo | Repository name | — | ${{ github.event.repository.name }} |
| ref | Target ref name | yes | — |
Outputs
| name | description |
|---|---|
| exists | Ref exists |
| ref | Ref name |
| sha | Ref SHA |
| type | Ref type |