Fix another typo in janitor GHA

PiperOrigin-RevId: 560139410
pull/13677/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent eee435d1bd
commit 5ff9d8ba24
  1. 1
      .github/workflows/janitor.yml

@ -10,6 +10,7 @@ jobs:
stale-prs:
name: Close Stale Copybara PRs
runs-on: ubuntu-latest
steps:
run: |
set -ex
STALE_PRS=$(gh pr list --author "app/copybara-service" --limit 500 \

Loading…
Cancel
Save