Skip to content

Update contributor list #3

Update contributor list

Update contributor list #3

Workflow file for this run

name: Contributor List
on:
pull_request:
branches:
- main
types: [closed]
workflow_dispatch

Check failure on line 8 in .github/workflows/contributor.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/contributor.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
steps:
- name: Add contributor list
uses: akhilmhdh/contributors-readme-action@master
with:
readme_path: "README.md"
image_size: 60
commit_message: "Automatically update contributors"
columns_per_row: 8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}