Browse Source

Fix incorrect syntax in Github action configuration (#25918)

lets-bump-hometown-to-mastodon-4.2
Claire 3 years ago committed by GitHub
parent
commit
3b92499cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/rebase-needed.yml

2
.github/workflows/rebase-needed.yml

@ -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…
Cancel
Save