Fix incorrect syntax in Github action configuration (#25918)

This commit is contained in:
Claire 2023-07-11 19:52:37 +02:00 committed by GitHub
parent a02ae37766
commit 3b92499cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: PR Needs Rebase
on:
schedule:
cron: '0 * * * *'
- cron: '0 * * * *'
permissions:
pull-requests: write