Skip to content

Add contributors action #1

Add contributors action

Add contributors action #1

Workflow file for this run

name: Contributors
on:
push:
branches: ["main", "dev"]
jobs:
ContributorsList:
runs-on: ubuntu-latest
name: Adding Contributors List
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}