diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index 82b106e..d476138 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -5,8 +5,8 @@ name: CVE and Docs update # Controls when the workflow will run on: # Scheudle every sunday at 00:00 - schedule: - - cron: '0 0 * * 0' + #schedule: + # - cron: '0 0 * * 0' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index cd0f202..8b274e4 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,8 @@ __Usage:__ Using template model to customize your reporting file based on [Text: perl mysqltuner.pl --silent --reportfile /tmp/result_mysqltuner.txt --template=/tmp/mymodel.tmpl +__Important__: [Text::Template](https://metacpan.org/pod/Text::Template) module is mandatory for --reportfile and/or --template options because this module is needed to generate appropriated output based on a text template. + __Usage:__ Enable debugging information perl mysqltuner.pl --debug