File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969 name : ${{ format('Install launchdarkly-server-sdk @ {0}', steps.rockspecs.outputs.server_version) }}
7070 needs : build-publish
7171 if : ${{ inputs.rockspec == 'server' || inputs.rockspec == 'both' }}
72- uses : ./github/workflows/install-lua-sdk.yml
72+ uses : ./. github/workflows/install-lua-sdk.yml
7373 with :
7474 package : launchdarkly-server-sdk
7575 version : ${{ steps.rockspecs.outputs.server_version }}
7878 name : ${{ format('Install launchdarkly-server-sdk-redis @ {0}', steps.rockspecs.outputs.server_redis_version) }}
7979 needs : build-publish
8080 if : ${{ inputs.rockspec == 'redis' || inputs.rockspec == 'both' }}
81- uses : ./github/workflows/install-lua-sdk.yml
81+ uses : ./. github/workflows/install-lua-sdk.yml
8282 with :
8383 package : launchdarkly-server-sdk-redis
8484 version : ${{ steps.rockspecs.outputs.server_redis_version }}
You can’t perform that action at this time.
0 commit comments