Skip to content

Bot Updating Package Versions #257

Bot Updating Package Versions

Bot Updating Package Versions #257

name: template-readme
on:
push:
branches:
- master
permissions:
contents: write
jobs:
rupdate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cuchi/[email protected]
with:
template: ci-scripts/README.template
output_file: README.md
data_file: metadata/metadata.yml
data_format: yaml
- run: |
git config --global user.name 'README Bot'
git config --global user.email '[email protected]'
git add README.md
git diff --quiet HEAD || git commit -m "Bot Updating README" && git push origin master