Skip to content

Commit 2bea686

Browse files
authored
Update to use new sdk-features CI workflow definition (#971)
1 parent 36ce8b4 commit 2bea686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ jobs:
287287
uses: temporalio/sdk-features/.github/workflows/typescript.yaml@main
288288
with:
289289
typescript-repo-path: ${{github.event.pull_request.head.repo.full_name}}
290-
typescript-repo-ref: ${{github.event.pull_request.head.ref}}
290+
version: ${{github.event.pull_request.head.ref}}
291+
version-is-repo-ref: true
291292

292293
stress-tests:
293294
uses: ./.github/workflows/stress.yml

0 commit comments

Comments
 (0)