Fix incorrect syntax in Github action configuration (#25918)

lolsob-rspec
Claire 2023-07-11 19:52:37 +02:00 committed by GitHub
parent dd7aaed762
commit 9215676925
1 changed files with 1 additions and 1 deletions

View File

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