Github-Action: Update antora.yml
Github Action to adjust version information in antora.yml depending on current branch or version tag.
-
Github Repository → https://github.com/sebastian-sommerfeld-io/github-action-update-antora-yml
-
Documentation → https://www.sommerfeld.io/docs/github-actions/github-action-update-antora-yml-docs/main
-
Where to file issues → https://github.com/sebastian-sommerfeld-io/github-action-update-antora-yml/issues
Inputs
Input | Type | Required | Description |
---|---|---|---|
git_ref |
String |
true |
Githib Ref |
file |
String |
false |
Path to antora.yml (default = |
Example usage
The scripts expects Antora docs inside a docs
folder and expects a docs/antora.yml
file.
- name: Adjust version in antora.yml
uses: sebastian-sommerfeld-io/github-action-update-antora-yml@main
with:
ref: ${{github.ref}}
Risks and Technical Debts
Scale for Probability and Impact: Low, Medium and High
# | Title | Description | Probability | Impact | Response |
---|---|---|---|---|---|
1 |
- |
- |
- |
- |
- |
Contact
Feel free to contact me via sebastian@sommerfeld.io or visit my website https://www.sommerfeld.io.