actions-marketplace-validations/WP Version Check Action
GitHub Action to check versions of wp plugin files before publish.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| BRANCH_PREFIX | Branch name prefix. | no | "" |
| COMMIT_DISABLED | Whether commit is disabled. | no | "" |
| COMMIT_MESSAGE | Commit message of update package version commit. | yes | chore: update wp version |
| TEST_TAG_PREFIX | Tag name prefix for test | no | "" |
| NEXT_VERSION | Specify next version | no | "" |
Outputs
| name | description |
|---|---|
| sha | commit sha |