mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 19:50:15 +08:00
Update generate-contributors.yml
This commit is contained in:
parent
3f62fa0d86
commit
cf8bb49093
4
.github/workflows/generate-contributors.yml
vendored
4
.github/workflows/generate-contributors.yml
vendored
@ -17,13 +17,13 @@ jobs:
|
|||||||
id: contributors
|
id: contributors
|
||||||
with:
|
with:
|
||||||
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
||||||
openDelimiter: '<!--GAMFC_DELIMITER-->'
|
|
||||||
closeDelimiter: '<!--GAMFC_DELIMITER-END-->'
|
|
||||||
avatarSize: 100 # Set the avatar size.
|
avatarSize: 100 # Set the avatar size.
|
||||||
|
|
||||||
- name: Modify htmlTable credits.md
|
- name: Modify htmlTable credits.md
|
||||||
uses: jaywcjlove/github-action-modify-file-content@main
|
uses: jaywcjlove/github-action-modify-file-content@main
|
||||||
with:
|
with:
|
||||||
|
openDelimiter: '<!--GAMFC-->'
|
||||||
|
closeDelimiter: '<!--GAMFC-END-->'
|
||||||
path: website/src/pages/credits.mdx
|
path: website/src/pages/credits.mdx
|
||||||
body: '${{steps.contributors.outputs.htmlTable}}'
|
body: '${{steps.contributors.outputs.htmlTable}}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user