Skip to content

Commit 0e6dedf

Browse files
authored
feat: improve metrics for variables (#11)
1 parent a9650e7 commit 0e6dedf

File tree

3 files changed

+275
-143
lines changed

3 files changed

+275
-143
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ runs:
244244
# Get static plot list (from input)
245245
read -a plots_array_input <<< ${{ inputs.plots }}
246246
# Get dynamic plot list (from comment script)
247-
read -a plots_array_dynamic <<< "$(python draft_comment.py plots)"
247+
read -a plots_array_dynamic <<< "$(python scripts/draft_comment.py plots)"
248248
249249
plots_array=("${plots_array_input[@]}" "${plots_array_dynamic[@]}")
250250
@@ -294,7 +294,7 @@ runs:
294294
295295
# Draft comment
296296
# Note: The script uses many env variables. See the script for more details.
297-
python draft_comment.py > $GITHUB_WORKSPACE/comment.txt
297+
python scripts/draft_comment.py > $GITHUB_WORKSPACE/comment.txt
298298
299299
shell: bash
300300

0 commit comments

Comments
 (0)