From c91dfdeb2bc805a17a3e57b3971adfa74893501e Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:28:59 -0700 Subject: [PATCH] Fix stubsabot action (#8618) Broken by #8605 and the issue creation code was always broken --- .github/workflows/stubsabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stubsabot.yml b/.github/workflows/stubsabot.yml index 53853af50..d43cbef53 100644 --- a/.github/workflows/stubsabot.yml +++ b/.github/workflows/stubsabot.yml @@ -25,7 +25,7 @@ jobs: git config --global user.name stubsabot git config --global user.email '<>' - name: Install dependencies - run: pip install -r requiremements-tests.txt + run: pip install -r requirements-tests.txt - name: Run stubsabot run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python scripts/stubsabot.py --action-level everything @@ -45,4 +45,4 @@ jobs: repo: "typeshed", title: `Stubsabot failed on ${new Date().toDateString()}`, body: "Stubsabot runs are listed here: https://github.com/python/typeshed/actions/workflows/stubsabot.yml", - } + })