Skip to content

Commit

Permalink
add OUTPUT_NOTEBOOK variable to setup test run
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Oct 29, 2024
1 parent bc7ecea commit 8403dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ runs:
shell: bash
run: |
action_path=$(realpath "${{ github.action_path }}")
OUTPUT_NOTEBOOK="$action_path/project_setup.ipynb"
echo "Navigating to the action path: '$action_path'"
cd "$action_path"
Expand Down

0 comments on commit 8403dd1

Please sign in to comment.