From e97723f38c964bc76e6fbf0af10b8f845bab306c Mon Sep 17 00:00:00 2001 From: Billy Daly Date: Mon, 21 Oct 2024 14:24:16 -0400 Subject: [PATCH] Update lint-set-points-and-sprint.yml ### Summary Hot fix on relative path in `lint-sent-points-and-script.yml` - Time to review: 1 minute ### Changes proposed Changes the relative path to the script in the yaml file. ### Instructions for review Unfortunately we can only check this after it's merged. --- .github/workflows/lint-set-points-and-sprint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-set-points-and-sprint.yml b/.github/workflows/lint-set-points-and-sprint.yml index 5409e82db..ec574c566 100644 --- a/.github/workflows/lint-set-points-and-sprint.yml +++ b/.github/workflows/lint-set-points-and-sprint.yml @@ -21,7 +21,7 @@ jobs: - name: Set default values for sprint and points if unset run: | - ./set-points-and-sprint.sh \ + ./scripts/set-points-and-sprint.sh \ --url "$ISSUE_URL" \ --org HHS \ --project 13 \