A small github action wrapper for readme-box Full credits goes to @JasonEtco.
Replace any section in your README.md file, with a given value
<!--START_SECTION:{section-name}-->
Old contents...
<!--END_SECTION:{section-name}-->
value:
description: 'The value to set the template to.'
required: true
default: ''
section:
description: 'The section of the README to update.'
required: false
default: 'section'
github_token:
default: ${{ github.token }}
branch:
default: ${{ github.event.repository.default_branch }}
description: The target branch to update.
@VisualBean