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 756cb60 commit 942668dCopy full SHA for 942668d
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
actions: read
40
secrets: inherit
41
needs: build
42
- uses: restatedev/e2e/.github/workflows/e2e.yaml@e2e-workflow-call
+ uses: restatedev/e2e/.github/workflows/e2e.yaml@main
43
with:
44
sdkTypescriptCommit: ${{ github.event.pull_request.head.sha || github.sha }}
45
- e2eRef: e2e-workflow-call
+ e2eRef: main
0 commit comments