We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb143ae commit 75a462dCopy full SHA for 75a462d
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
actions: read
81
secrets: inherit
82
needs: docker
83
- uses: restatedev/sdk-java/.github/workflows/integration.yaml@9ad09503abb44f1e00e61e1a6fc6ec2da0f38fb2
+ uses: restatedev/sdk-java/.github/workflows/integration.yaml@previous-main
84
with:
85
restateCommit: ${{ github.event.pull_request.head.sha || github.sha }}
86
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
envVars: |
0 commit comments