stubsabot: try and fix change detection logic (#8851)

This commit is contained in:
Shantanu
2022-10-05 09:53:57 -07:00
committed by GitHub
parent 9b5ea00fed
commit ae1cca13c1

View File

@@ -20,6 +20,7 @@ jobs:
with:
# use an ssh key so that checks automatically run on stubsabot PRs
ssh-key: ${{ secrets.STUBSABOT_SSH_PRIVATE_KEY }}
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.10"