Skip to content

Update README.md

Update README.md #261

Workflow file for this run

name: Contrib to readme
on: [push]
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contributers list in readme
if: github.ref == 'refs/heads/main' && github.repository_owner == 'pixelit-project'
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
auto_detect_branch_protection: false
commit_message: "Updated readme with new contributors"
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}