Skip to content
activity

GitHub Action

GitHub - FrutBits Indonesia - Staff List Readme

1.2.3 Latest version

GitHub - FrutBits Indonesia - Staff List Readme

activity

GitHub - FrutBits Indonesia - Staff List Readme

Updates README with the FrutBits Indonesia staff list. Fetched from https://api.frutbits.org/membership

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub - FrutBits Indonesia - Staff List Readme

uses: frutbits/[email protected]

Learn more about this action in frutbits/staff-readme

Choose a version

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/[email protected]

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