File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247247 TEST_SERVER_ID : ${{ needs.setup-installation-test-instance.outputs.test_server_id }}
248248 VERSION : ${{ needs.setup-installation-test-instance.outputs.version }}
249249
250- UID : ${{ github.run_id }}-${{ env.TEST_TYPE }}
250+ UID : ${{ github.run_id }}-install
251251 steps :
252252 - name : download ssh private key from artifact store
253253 uses : actions/download-artifact@v3
@@ -301,7 +301,7 @@ jobs:
301301 TEST_RESULT : ${{ needs.setup-update-test-instance.result }}
302302 TEST_SERVER_ID : ${{ needs.setup-update-test-instance.outputs.test_server_id }}
303303 VERSION : ${{ needs.setup-update-test-instance.outputs.version }}
304- UID : ${{ github.run_id }}-${{ env.TEST_TYPE }}
304+ UID : ${{ github.run_id }}-update
305305 steps :
306306 - name : download ssh private key from artifact store
307307 uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments