mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Fix stubsabot action (#8618)
Broken by #8605 and the issue creation code was always broken
This commit is contained in:
4
.github/workflows/stubsabot.yml
vendored
4
.github/workflows/stubsabot.yml
vendored
@@ -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",
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user