diff --git a/.github/workflows/on-cron.yaml b/.github/workflows/on-cron.yaml index edc27975..eff202b8 100644 --- a/.github/workflows/on-cron.yaml +++ b/.github/workflows/on-cron.yaml @@ -4,6 +4,11 @@ on: # schedule: # - cron: '30 */8 * * *' workflow_dispatch: + inputs: + image: + description: 'Debug' + required: false + default: 'false' permissions: contents: read diff --git a/.version b/.version index 45a99704..f420d704 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v0.6.1 \ No newline at end of file +v0.6.2 \ No newline at end of file