Skip to content

Commit

Permalink
update OUTPUT_NOTEBOOK variable
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Oct 29, 2024
1 parent 61b6ef6 commit 535c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ runs:
}
action_path=$(realpath "${{ github.action_path }}")
OUTPUT_NOTEBOOK="$action_path/project_setup.ipynb"
OUTPUT_NOTEBOOK="$action_path/script.ipynb"
log_message "Navigating to the action path: '$action_path'"
cd "$action_path"
Expand Down

0 comments on commit 535c634

Please sign in to comment.