Skip to content

Commit

Permalink
Create list_authors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Apr 25, 2023
1 parent 902790e commit f8353e2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/list_authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Getting Authors List
on:
workflow_dispatch:

jobs:
contributor_list:
runs-on: ubuntu-latest

steps:
- name: Getting contributor names
- id: contributor_list
- uses: actions/checkout@master
- uses: docker://cjdenio/contributor_list:latest

- name: Editing intro.md
- run: cat $${{ steps.contributor_list.outputs.contributors }}

0 comments on commit f8353e2

Please sign in to comment.