From 52dad1f30b92592c2e7347ef6bad6f828c212523 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Tue, 26 Aug 2025 15:35:15 +1000 Subject: [PATCH] typing bad --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 98dcc72..5ca66b1 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -26,7 +26,7 @@ jobs: run: npm install - name: Update contributors - runs: npm run contributors:check + run: npm run contributors:check env: PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}