Github Contributors Icon Generator
Version updated for jaywcjlove/github-action-contributors to version v2.0.0.
- This action is used across all versions by 267 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Documentation v2.0.0: https://raw.githack.com/jaywcjlove/github-action-contributors/480d5c4/index.html
Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.3.6...v2.0.0
- đź’„ chore: bump node16 to node20 d7781cd @jaywcjlove
- run: mkdir -p build
- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
token: xxxxxxx
filter-author: renovate\[bot\]
output: build/CONTRIBUTORS.svg
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: xxxxxxx
publish_dir: ./build