mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 18:35:14 +00:00
oh, no action
This commit is contained in:
6
.github/workflows/contributors.yml
vendored
6
.github/workflows/contributors.yml
vendored
@@ -26,11 +26,9 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Update contributors
|
||||
uses: all-contributors/all-contributors-cli@v6.26.1
|
||||
with:
|
||||
args: 'check'
|
||||
runs: npm run contributors:check
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Regenerate README
|
||||
run: node update-readme.js
|
||||
|
||||
Reference in New Issue
Block a user