regestaitalia/TRM Publish
Publish a package to TRM Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | Github token used for default manifest values (defaults to action token). | no | ${{ github.token }} |
| systemRFCDest | Source system RFC connection system ID (SID). | no | — |
| systemRFCAsHost | Source system RFC connection application server. | no | — |
| systemRFCSysnr | Source system RFC connection instance number. | no | — |
| systemRFCSAPRouter | Source system RFC connection SAP router string. | no | — |
| systemRESTEndpoint | Source system REST connection endpoint. | no | — |
| systemRESTRfcDestination | Source system REST connection RFC destination. | no | — |
| systemLoginClient | Source system login client. | yes | — |
| systemLoginUser | Source system login user. | yes | — |
| systemLoginPassword | Source system login password. | yes | — |
| systemLoginLanguage | Source system login language. | yes | — |
| name | Name of the TRM package to publish. | yes | — |
| registryEndpoint | Endpoint of the publish registry. | no | public |
| registryToken | Authentication token for the registry. | no | — |
| registryAuth | Authentication object for the registry in JSON format. WIll overwrite authentication token if both are provided. | no | — |
| version | Version of the TRM package to publish. | no | latest |
| inc | Increment of latest version (only used when no version is specified) | no | patch |
| preRelease | Indicates a pre release publish | no | false |
| preReleaseIdentifier | Pre release identifier (only used if it's a pre release) | no | — |
| tags | Release tags separated by comma | no | — |
| private | Visibility of the TRM package to publish | no | false |
| abapPackage | Name of the ABAP package to publish. | no | — |
| shortDescription | TRM package short description (defaults to the description of the repository running the action). | no | — |
| backwardsCompatible | Flag that indicates if the current release is backwards compatible with the previous release. | no | true |
| keepLatestReleaseManifestValues | Copy the same manifest values from the latest release | no | false |
| authors | TRM package authors (separated by comma - defaults to the authors in the repository running the action). | no | — |
| keywords | TRM package keywords (separated by comma - defaults to the keywords in the repository running the action). | no | — |
| git | TRM package git repository URL (defaults to the repository running the action). | no | — |
| website | TRM package project website URL (defaults to the website in the repository running the action). | no | — |
| license | TRM package license (defaults to the license in the repository running the action). | no | — |
| dependencies | Manually added TRM package dependencies in JSON format. | no | — |
| sapEntries | Manually added TRM SAP object dependencies in JSON format. | no | — |
| postActivities | Post activities in JSON format. | no | — |
| readme | Path to the file or markup text of the TRM package readme (defaults to repository README.md file content in root, if exists). | no | — |
| releaseTransportTarget | Transport target used during publish release. | yes | — |
| noDependencyDetection | Skip automatic SAP objects/TRM packages detection. | no | false |
| noLanguageTransport | Skip publish of language transport (translations). | no | false |
| customizingTransports | Customizing transport to publish (separated by comma). | no | — |
Outputs
no outputs