WebHackersWeapons/.github/workflows/contributors.yml

21 lines
419 B
YAML
Raw Normal View History

2024-01-01 09:12:05 -07:00
---
2020-11-26 03:51:04 -07:00
name: Contributors
on:
push:
2024-01-01 09:12:05 -07:00
branches: [main]
2020-11-26 03:51:04 -07:00
workflow_dispatch:
2024-01-01 09:12:05 -07:00
inputs:
logLevel:
description: manual run
required: false
default: ''
2020-11-26 03:51:04 -07:00
jobs:
contributors:
runs-on: ubuntu-latest
steps:
2023-11-11 09:07:52 -07:00
- uses: wow-actions/contributors-list@v1
2020-11-26 03:51:04 -07:00
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
round: true
2022-08-19 02:42:46 -06:00
svgPath: images/CONTRIBUTORS.svg