ovsds/Create Or Update Ref
Create ref with a given SHA or update it if it already exists.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 28, 2025
- License
- MIT
Pinned Snippet
uses: ovsds/create-or-update-ref-action@1157b2991820188d5a8e6f22656775d1d171f762 # v1.1.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: write' | — | ${{ github.token }} |
| owner | Owner of the repository | — | ${{ github.repository_owner }} |
| repo | Repository name | — | ${{ github.event.repository.name }} |
| ref | Ref name | yes | — |
| sha | Ref SHA | yes | — |
| force | Delete and create ref if it already exists instead of updating it | — | false |
Outputs
no outputs