tab instead of spaces for workflow_dispatch indent

This commit is contained in:
Steve Dogiakos 2022-02-24 16:57:23 -07:00 committed by GitHub
parent 3d80140230
commit 60fa16755a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: imgcmp
on:
schedule:
- cron: "0 0 * * 1" # Weekly build
workflow_dispatch:
workflow_dispatch:
jobs:
imgcmp: