robsteel24/Update Confluence Page
Updates a Confluence page with component version info.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 15, 2024
- License
- MIT
Pinned Snippet
uses: robsteel24/update-confluence@45c60bd2311ec4636cc81fa628a569607faa2d09 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| component | The component name (e.g. 'cpt1') | yes | — |
| environment | The environment name (e.g., 'DEV') | yes | — |
| version | The version number (e.g., '2.3.4') | yes | — |
| confluence_base_url | The base URL for the Confluence instance | yes | — |
| confluence_page_id | The ID of the Confluence page to update | yes | — |
| atlassian_username | The username associated with the Atlassian account | yes | — |
| atlassian_api_token | The API token generated for use with the Atlassian account | yes | — |
Outputs
no outputs