oh, no action
This commit is contained in:
parent
d678de1809
commit
e2b491c3f5
6
.github/workflows/contributors.yml
vendored
6
.github/workflows/contributors.yml
vendored
@ -26,11 +26,9 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Update contributors
|
- name: Update contributors
|
||||||
uses: all-contributors/all-contributors-cli@v6.26.1
|
runs: npm run contributors:check
|
||||||
with:
|
|
||||||
args: 'check'
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Regenerate README
|
- name: Regenerate README
|
||||||
run: node update-readme.js
|
run: node update-readme.js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user