actions-marketplace-validations/ServiceNow CI/CD Publish App
Publishes the specified application to the application repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 10, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/servicenow_sncicd-publish-app@bf1e648b24b1abcc948b5b802e9d8342b8ae8096 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Application version to publish | no | — |
| devNotes | Developer notes to store with the application. | no | — |
| versionTemplate | Version template ( like 2.4 ). | no | — |
| versionFormat | exact, detect, autodetect, template | no | — |
| incrementBy | Increment version level, should be positive or zero, Default: 1. | no | — |
| isAppCustomization | If true, require appSysID instead of appScope | no | — |
Outputs
| name | description |
|---|---|
| rollbackVersion | Rollback version |
| newVersion | Incremented version |