Skip to content

Commit

Permalink
Update contributors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fal3n-4ngel authored Nov 24, 2024
1 parent 3e172e8 commit a91f42e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Add contributors
on:
schedule:
- cron: '20 20 * * *'
push:
branches:
- master

jobs:
add-contributors:
Expand All @@ -17,4 +20,4 @@ jobs:
FONT_SIZE: '14'
PATH: '/README.md'
COMMIT_MESSAGE: 'docs(README): update contributors'
AVATAR_SHAPE: 'round'
AVATAR_SHAPE: 'square'

0 comments on commit a91f42e

Please sign in to comment.