Compare commits
1 commit
6401d5cc94
...
0ba2ba478f
Author | SHA1 | Date | |
---|---|---|---|
0ba2ba478f |
2 changed files with 2 additions and 2 deletions
|
@ -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 <FIELD> [JSON_FILE]
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue