Github-Action: Update antora.yml

Github Action to adjust version information in antora.yml depending on current branch or version tag.

Github Badge Github Badge

Inputs

Input Type Required Description

git_ref

String

true

Githib Ref ${{github.ref}}

file

String

false

Path to antora.yml (default = docs/antora.yml)

Outputs

An updated docs/antora.yml file.

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.