workflows: remove extra space

master
Dawid Dziurla 2020-06-20 12:11:06 +02:00 committed by GitHub
parent 6de36916b1
commit e337444f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Scheduled tasks
on:
schedule:
# Once every hour
- cron: '*/60 * * * *'
- cron: '*/60 * * * *'
jobs:
autopublish: