Skip to content

- github action checkout v3 -> v4 #165

- github action checkout v3 -> v4

- github action checkout v3 -> v4 #165

Workflow file for this run

name: Update contributors in README.md
on: [push, pull_request]
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
collaborators: all
commit_message: updated contributors in readme
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS }}