o0th/action-check-version
check version from common files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 22, 2025
- License
- None
Pinned Snippet
uses: o0th/action-check-version@9c93c3e746df08032e625ad74bf43fdbde49ed08 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | — | no | ${{ github.token }} |
| comment | — | no | true |
| comment-same | — | no | Version in `{{file}}` from `{{headBranch}}` https://github.com/{{owner}}/{{repo}}/blob/{{headSha}}/{{file}}#L{{headLine}} is the same as the one in `{{baseBranch}}` https://github.com/{{owner}}/{{repo}}/blob/{{baseSha}}/{{file}}#L{{baseLine}} |
| comment-smaller | — | no | Version in `{{file}}` from `{{headBranch}}` https://github.com/{{owner}}/{{repo}}/blob/{{headSha}}/{{file}}#L{{headLine}} is smaller then the one in `{{baseBranch}}` https://github.com/{{owner}}/{{repo}}/blob/{{baseSha}}/{{file}}#L{{baseLine}} |
Outputs
no outputs