File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ jobs:
32
32
GOARCH : amd64
33
33
GOPROXY : https://proxy.golang.org
34
34
DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
35
- DAPR_CLI_REF : 8bf3a1605f7b2ecfa7d4633ce4c5de13cdb65c5e
36
- DAPR_REF : c86a77f6db5fb9f294f39d096ff0d9a053e55982
35
+ DAPR_CLI_REF : ${{ github.event.inputs.daprcli_commit }}
36
+ DAPR_REF : ${{ github.event.inputs.daprdapr_commit }}
37
37
CHECKOUT_REPO : ${{ github.repository }}
38
38
CHECKOUT_REF : ${{ github.ref }}
39
39
outputs :
40
40
DAPR_INSTALL_URL : ${{ env.DAPR_INSTALL_URL }}
41
41
DAPR_CLI_VER : ${{ steps.outputs.outputs.DAPR_CLI_VER }}
42
42
DAPR_CLI_REF : ${{ steps.outputs.outputs.DAPR_CLI_REF }}
43
- DAPR_RUNTIME_VER : ${{ steps.outputs.outputs.DAPR_RUNTIME_VER }}
43
+ DAPR_RUNTIME_VER : 1.15.0-rc.2
44
44
CHECKOUT_REPO : ${{ steps.outputs.outputs.CHECKOUT_REPO }}
45
45
CHECKOUT_REF : ${{ steps.outputs.outputs.CHECKOUT_REF }}
46
46
DAPR_REF : ${{ steps.outputs.outputs.DAPR_REF }}
You can’t perform that action at this time.
0 commit comments