Skip to content

- Downgrade to Node 18 in container #122

- Downgrade to Node 18 in container

- Downgrade to Node 18 in container #122

Workflow file for this run

name: Update contributors
on:
push:
branches:
- master
jobs:
update_contributors:
name: Add all Contributors to README
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2.4.0
with:
fetch-depth: '0'
- uses: BobAnkh/add-contributors@master
with:
CONTRIBUTOR: '### Contributors'
COLUMN_PER_ROW: '4'
ACCESS_TOKEN: ${{secrets.AC_PAT}}
IMG_WIDTH: '50'
FONT_SIZE: '14'
PATH: '/README.md'
COMMIT_MESSAGE: 'docs(README): update contributors'
AVATAR_SHAPE: 'round'