From a6a56430ad99da9bd0e88f71c383cd259da4bb12 Mon Sep 17 00:00:00 2001 From: Lucas <86352901+LucasVbr@users.noreply.github.com> Date: Thu, 19 May 2022 23:36:08 +0200 Subject: [PATCH 1/2] Update update-readme.yml --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 6428ced..dd9b885 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -2,7 +2,7 @@ name: Update README on: schedule: - - cron: '0 12 * * *' # runs at 12:00 UTC everyday + - cron: '0 0 * * *' # runs at 12:00 UTC everyday jobs: build: From d0aef91286961f1190320847fd488a1d238ca4b8 Mon Sep 17 00:00:00 2001 From: Lucas <86352901+LucasVbr@users.noreply.github.com> Date: Thu, 19 May 2022 23:42:25 +0200 Subject: [PATCH 2/2] Update update-readme.yml --- .github/workflows/update-readme.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index dd9b885..e1c7fde 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -23,10 +23,6 @@ jobs: pip install -r requirements.txt - name: execute py script - env: - EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }} - EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }} - EMAIL_RECIPIENT: ${{ secrets.EMAIL_RECIPIENT }} run: python main.py - name: commit files