Skip to content

Action to write a plain-text list of contributors' login IDs to a file.

License

Notifications You must be signed in to change notification settings

Nightblade/List-Contributors-Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List Contributors Simple

Action to write a plain-text list of contributors' login IDs to a file.

Usage

name: Example usage

on:
  workflow_dispatch:

permissions: read-all

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
      - uses: nightblade/list-contributors-simple@v1
        with:
          repo_names: |
            nightblade/pob-dict
            Nightblade/List-Contributors-Simple
          output_file: "contributors.txt"
          access_token: ${{secrets.GITHUB_TOKEN}}
      - run: cat contributors.txt

Inputs

Input Default Required Description
repo_names N/A True A list of one or more repo names1
output_file N/A True Name of the output file.
access_token N/A True GitHub token.

Footnotes

  1. Use pipe ("|") syntax if more than one repo name, as shown in example above.

About

Action to write a plain-text list of contributors' login IDs to a file.

Resources

License

Stars

Watchers

Forks

Languages