Skip to content

Update info.yml with documentation and support urls #5

Update info.yml with documentation and support urls

Update info.yml with documentation and support urls #5

Workflow file for this run

name: Update README.md
on:
workflow_dispatch:
push:
branches:
- dev
paths:
- "info.yml"
permissions:
contents: write
jobs:
run:
name: Generating README.md
runs-on: ubuntu-latest
steps:
- uses: MaximumFX/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
mode: general
prepend: ".github/README_prepend.md"