(#25) Refactor JSON handling and error handling for method_obj in oas3 #143
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Contributors | |
on: | |
schedule: | |
- cron: '0 1 * * 0' # At 01:00 on Sunday. | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
inputs: | |
logLevel: | |
description: 'manual run' | |
required: false | |
default: '' | |
jobs: | |
contributors: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bubkoo/contributors-list@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
round: true |