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: |