Skip to content

Commit

Permalink
[Issue #2479] Update lint-set-points-and-sprint.yml (#2536)
Browse files Browse the repository at this point in the history
Changes the relative path to the script in the yaml file.
  • Loading branch information
widal001 authored Oct 21, 2024
1 parent 7cb3956 commit eb804cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-set-points-and-sprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit eb804cc

Please sign in to comment.