Disable contributors action, it doesn't work.

This commit is contained in:
Emil Stenström 2021-09-06 09:21:20 +02:00
parent 45a18626d7
commit 723448c241

View file

@ -1,13 +1,13 @@
name: Add contributors to readme # name: Add contributors to readme
on: [push, pull_request, workflow_dispatch] # on: [push, pull_request, workflow_dispatch]
jobs: # jobs:
contrib-readme-job: # contrib-readme-job:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
name: Add contributors to readme # name: Add contributors to readme
steps: # steps:
- name: Contribute List # - name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.2 # uses: akhilmhdh/contributors-readme-action@v2.2
env: # env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}