diff --git a/.github/workflows/generate-score.yml b/.github/workflows/generate-score.yml index e91c9dc2..e3349681 100644 --- a/.github/workflows/generate-score.yml +++ b/.github/workflows/generate-score.yml @@ -33,7 +33,7 @@ jobs: run: poetry install - name: Run Scripts run: | - poetry run python3 data_pipeline/application.py score_full_run + poetry run python3 data_pipeline/application.py score-full-run - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: