Fix incorrect syntax in Github action configuration (#25918)
This commit is contained in:
parent
a02ae37766
commit
3b92499cbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rebase-needed.yml
vendored
2
.github/workflows/rebase-needed.yml
vendored
|
@ -2,7 +2,7 @@ name: PR Needs Rebase
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
cron: '0 * * * *'
|
- cron: '0 * * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
Loading…
Reference in a new issue