Skip to content

Commit

Permalink
Update list_authors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Apr 25, 2023
1 parent e6f35f7 commit a142825
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/list_authors.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
name: Getting Authors List
name: Contributor List
on:
workflow_dispatch:

jobs:
contributor_list:
name: Contributor List
runs-on: ubuntu-latest

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

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

Please sign in to comment.