Skip to content

Update README.md to change PR submission branch from 'dev' to 'main' #17

Update README.md to change PR submission branch from 'dev' to 'main'

Update README.md to change PR submission branch from 'dev' to 'main' #17

Workflow file for this run

---
name: Contributors
on:
push:
branches: [main]
workflow_dispatch:
inputs:
logLevel:
description: manual run
required: false
default: ''
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
round: true