This will update your README file every 30 minutes:
name: Update README staff list
on:
schedule:
- cron: '*/30 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with latest staff list from frutbits
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
- name: Update README
env:
WORKING_DIRECTORY: ./path/to/readme/folder # README usually located at root-level, so it's should be `.`
uses: frutbits/staff-readme@version # Change this with latest version
Add following code to your README:
<!--START_SECTION:administrator_list-->
<!--END_SECTION:administrator_list-->