Skip to content

Commit 66d3c27

Browse files
Add source_directory input to open-in-{colab,kaggle}-workflow in open_in_cloud.yml
1 parent d5e064f commit 66d3c27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/open_in_cloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
open_in_colab:
2323
uses: fem-on-colab/open-in-colab-workflow/.github/workflows/workflow_call.yml@main
2424
with:
25+
source_directory: source_not_used
2526
work_directory: open_in_colab
2627
notebook_pattern: "**/*.ipynb"
2728
notebook_preparation: |
@@ -52,6 +53,7 @@ jobs:
5253
open_in_kaggle:
5354
uses: fem-on-kaggle/open-in-kaggle-workflow/.github/workflows/workflow_call.yml@main
5455
with:
56+
source_directory: source_not_used
5557
work_directory: open_in_kaggle
5658
notebook_pattern: "**/*.ipynb"
5759
notebook_preparation: |

0 commit comments

Comments
 (0)