File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
1010
1111 steps :
1212 # For easy access to lookup dispatched CI job.
13- - name : Print URL for TileDB- REST- CI actions
14- run : echo https://github.com/TileDB-Inc/TileDB-REST-CI /actions
13+ - name : Print URL for REST CI actions
14+ run : echo https://github.com/TileDB-Inc/TileDB-Internal /actions
1515
1616 # If this workflow fails on the remote repository, this CI job will also fail.
17- - name : Workflow dispatch to TileDB- REST- CI
17+ - name : Workflow dispatch to REST CI
1818 id : trigger-step
1919 uses : aurelien-baudet/workflow-dispatch@v2
2020 env :
2121 TILEDB_REST_CI_PAT : ${{ secrets.TILEDB_REST_CI_PAT }}
2222 # Skip if no PAT is set (e.g. for PRs from forks).
2323 if : env.TILEDB_REST_CI_PAT != null
2424 with :
25- repo : TileDB-Inc/TileDB-REST-CI
26- # Trigger workflow on TileDB-REST-CI at this ref.
25+ repo : TileDB-Inc/TileDB-Internal
26+ # Trigger workflow on TileDB-Internal at this ref.
2727 ref : " main"
2828 workflow : full-ci.yml
2929 token : ${{ secrets.TILEDB_REST_CI_PAT }}
You can’t perform that action at this time.
0 commit comments