Skip to content

feat: add --max-redirects option (#248) #189

feat: add --max-redirects option (#248)

feat: add --max-redirects option (#248) #189

Workflow file for this run

name: Contributors
on:
push:
branches:
- master
jobs:
contributors:
name: "Update contributors"
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[ci skip]') == false && contains(github.event.head_commit.message, '[skip ci]') == false
steps:
- uses: wow-actions/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commitMessage: "misc: Update CONTRIBUTORS"
svgPath: .github/CONTRIBUTORS.svg
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" font-family="monospace" fill="%2301ACEC">{{{ name }}}</text>
</a>
</g>