Skip to content
generated from frutbits/template

A GitHub action for updating Zhycorp staff list continuously

License

Notifications You must be signed in to change notification settings

frutbits/staff-readme

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

FrutBits Indonesia Logo

@frutbits/staff-readme

A GitHub action for updating FrutBits Indonesia staff list continuously

GitHub GitHub version Discord

Usage

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-->