Fix stubsabot action (#8618)

Broken by #8605 and the issue creation code was always broken
This commit is contained in:
Shantanu
2022-08-25 17:28:59 -07:00
committed by GitHub
parent 179228370a
commit c91dfdeb2b

View File

@@ -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",
}
})