Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Update contributors.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Jun 2, 2022
1 parent 55f4fae commit 28c092a
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions .github/workflows/contributors.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
name: Contributing to the Contributors
on: [push]
name: Contributors
on:
schedule:
- cron: '0 1 * * 0' # At 01:00 on Sunday.
push:
branches:
- master
jobs:
build:
name: Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Maanuj-Vora/[email protected]
with:
REPO_NAME: '${{github.repository}}'
ACCESS_TOKEN: ${{secrets.INVITE_TOKEN}}
CONTRIBUTOR: '### Contributors'
FILEPATH: '/README.md'
COLUMN_PER_ROW: '5'
IMG_WIDTH: '100'
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.INVITE_TOKEN }}
userNameHeight: 19
itemTemplate: >
<g transform="translate({{ x }}, {{ y }})">
<a xlink:href="{{{ url }}}" class="contributor-link" target="_blank" rel="nofollow sponsored" title="{{{ name }}}" id="{{{ name }}}">
<image width="{{ width }}" height="{{ height }}" xlink:href="{{{ avatar }}}" />
<text x="32" y="74" text-anchor="middle" alignment-baseline="middle" font-size="10">{{{ name }}}</text>
</a>
</g>

0 comments on commit 28c092a

Please sign in to comment.