We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b491c commit 52dad1fCopy full SHA for 52dad1f
.github/workflows/contributors.yml
@@ -26,7 +26,7 @@ jobs:
26
run: npm install
27
28
- name: Update contributors
29
- runs: npm run contributors:check
+ run: npm run contributors:check
30
env:
31
PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
0 commit comments