File tree Expand file tree Collapse file tree 3 files changed +275
-143
lines changed
Expand file tree Collapse file tree 3 files changed +275
-143
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments