Skip to content

wip[Backup Server Ui]: update README.md #84

wip[Backup Server Ui]: update README.md

wip[Backup Server Ui]: update README.md #84

Workflow file for this run

name: Contributions
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Add contributors to READMEs
steps:
- name: Contributors in Monorepo
uses: akhilmhdh/[email protected]
with:
readme_path: "README.md"
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.BOT }}