From 4a41b75decc1559e70313e50311e180c20ced814 Mon Sep 17 00:00:00 2001 From: lleyton Date: Wed, 19 Oct 2022 21:34:50 -0700 Subject: [PATCH] let's try something --- .github/workflows/update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8fb86874ef..d10b559763 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -4,7 +4,7 @@ name: Automatically check for updates on: schedule: - - cron: '0 */2 * * *' + - cron: "0 */2 * * *" workflow_dispatch: jobs: @@ -25,10 +25,10 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: "3.10" - name: Run Update - run: /bin/bash ./update.sh + run: bash ./update.sh - name: Save run: |