Skip to content

Commit

Permalink
fix GHA nb put name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 10, 2024
1 parent 4d07555 commit 7540aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cp-template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync workshop.ipynb to scverse-ml-workshop-2024 TileDB-Cloud namespace
name: Sync workshop.ipynb to instructor_scverse-ml-workshop-2024 in the scverse-ml-workshop-2024 TileDB-Cloud namespace
on:
push:
branches:
Expand All @@ -13,6 +13,6 @@ jobs:
with:
python-version: '3.11'
- run: pip install -e .
- run: scverse nb put workshop.ipynb
- run: scverse nb put workshop.ipynb instructor_scverse-ml-workshop-2024
env:
TILEDB_REST_TOKEN: ${{ secrets.TILEDB_REST_TOKEN }}

0 comments on commit 7540aaf

Please sign in to comment.