Skip to content

Commit 64e6912

Browse files
authored
Update REST-CI URL (#4757)
Update REST-CI URL --- TYPE: NO_HISTORY DESC: Update REST-CI URL
1 parent 2e9231a commit 64e6912

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-rest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)