diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..7cdc904 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,14 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 119a696..552862f 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,8 @@ pip install -r requirements.txt ```bash bash scripts/train_text_to_image_lora.sh -``` \ No newline at end of file +``` + +### Contributors + + \ No newline at end of file