We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659fee5 commit abd9f2dCopy full SHA for abd9f2d
.github/workflows/features.yml
@@ -3,9 +3,8 @@ on: [push, pull_request]
3
4
jobs:
5
features-test:
6
- uses: temporalio/features/.github/workflows/java.yaml@java-breaking-update
+ uses: temporalio/features/.github/workflows/java.yaml@main
7
with:
8
java-repo-path: ${{github.event.pull_request.head.repo.full_name}}
9
version: ${{github.event.pull_request.head.ref}}
10
- version-is-repo-ref: true
11
- features-repo-ref: java-breaking-update
+ version-is-repo-ref: true
0 commit comments