mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
14 lines
356 B
YAML
14 lines
356 B
YAML
|
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 }}
|