jwcarmichael12/test-composite-action
Create Component Version, Add Version Link, Add Version Files, Add Version Properties
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 24, 2024
- License
- None
Pinned Snippet
uses: jwcarmichael12/test-composite-action@35d5a9e5565294e2a1779a1bd32b40da345ac00a # v17tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| component | Component Name/ID | yes | — |
| versionname | Component Version Name | yes | — |
| description | Component version description | no | — |
| linkName | Name of link to add to component version | no | — |
| link | Value of the link to add to component version | no | — |
| base | Local base directory containing files to upload if file upload is required | no | — |
| offset | Target path offset (the directory in the version files to which these files should be added) | no | — |
| include | An include file pattern for selecting files to add (may be repeated) | no | — |
| exclude | An exclude file pattern for excluding files (may be repeated). Overrides includes. | no | — |
| saveExecuteBits | Saves execute bits for files. | no | — |
| versionProperties | Properties to set on the component version. Each property must name name:value:secure. If you have multiple properties, then they should be separated by a new line character | no | — |
| urlType | URL protocol to use to connect to DevOps Deploy hostname | no | https: |
| hostname | DevOps Deploy hostname | yes | — |
| port | port | yes | 8443 |
| authToken | DevOps Deploy authentication token | no | — |
Outputs
no outputs