From 3e10a4b6a9140f3d35090a95171c5ac4ccf6afd7 Mon Sep 17 00:00:00 2001 From: Todd Kerpelman <4397978+ToddKerpelman@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:07:52 -0800 Subject: [PATCH] (Slaps forehead) I had the script name wrong. --- .github/workflows/update-assets-date.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-assets-date.yaml b/.github/workflows/update-assets-date.yaml index 3494ae22..5b6cdd15 100644 --- a/.github/workflows/update-assets-date.yaml +++ b/.github/workflows/update-assets-date.yaml @@ -23,7 +23,7 @@ jobs: echo "Hello from the workflow branch!" - name: Run the script to update the date - run: python ./assets/update_date.py + run: python assets/update_dates.py - name: Commit and push if there are changes run: |