Skip to content

Merge branch 'main' of github.com:n-kall/priorDB into main #7

Merge branch 'main' of github.com:n-kall/priorDB into main

Merge branch 'main' of github.com:n-kall/priorDB into main #7

Workflow file for this run

on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contributors list in webpage
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
readme_path: contributors.md
commit_message: 'updated contributors.md'