Skip to content

removed lombok, correction in logback-spring.xml, added request loggi… #176

removed lombok, correction in logback-spring.xml, added request loggi…

removed lombok, correction in logback-spring.xml, added request loggi… #176

Workflow file for this run

name: Update contributors in README.md
on:
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.8
with:
collaborators: all
commit_message: updated contributors in readme
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS }}