diff --git a/scripts/comment_on_pr.sh b/scripts/comment_on_pr.sh index 4ab997e..b927400 100755 --- a/scripts/comment_on_pr.sh +++ b/scripts/comment_on_pr.sh @@ -4,7 +4,7 @@ set -eu util_path="${GITHUB_ACTION_PATH:-.}/scripts/utils.sh" -# shellcheck source=utils.sh +# shellcheck source=scripts/utils.sh . "${util_path}" # USAGE: json_to_md_rows [JSON_FILE] diff --git a/scripts/create-report.sh b/scripts/create-report.sh index bf9e4ad..e29cf4f 100755 --- a/scripts/create-report.sh +++ b/scripts/create-report.sh @@ -4,7 +4,7 @@ set -eu util_path="${GITHUB_ACTION_PATH:-.}/scripts/utils.sh" -# shellcheck source=utils.sh +# shellcheck source=scripts/utils.sh . "${util_path}" group 'Retrieving Flake information'