Set stale debug to false

This commit is contained in:
David Strome
2024-09-30 10:56:18 -07:00
committed by GitHub
parent 604ed06e47
commit 511d529eeb

View File

@ -13,7 +13,7 @@ jobs:
stale:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod
with:
RunDebug: true
RunDebug: false
RepoVisibility: ${{ github.repository_visibility }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}