Skip to content

added git log & squash #70

added git log & squash

added git log & squash #70

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/contributors-readme-action@v2.3.6
with:
collaborators: all
commit_message: updated contributors in readme
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS }}