38
38
- name : Get checkout commit ref and repo
39
39
run : |
40
40
41
- # for context read this https://github.com/Arelle/Arelle/pull/938/files#r1377926250
41
+ # for context read this https://github.com/Arelle/Arelle/pull/938/files#r1377926250
42
42
merge_commit_sha=${{ github.event.pull_request.merge_commit_sha }}
43
43
head_ref=${{ github.event.pull_request.head.ref }}
44
44
target_repo=${{ github.repository }}
70
70
script : |
71
71
72
72
# This script will be executed inside a composite action.
73
- # rename GITHUB_OUTPUT so that it's clear that it's a
73
+ # rename GITHUB_OUTPUT so that it's clear that it's a
74
74
# composite output and should be handled differently from $GITHUB_OUTPUT
75
75
COMPOSITE_OUTPUT=$GITHUB_OUTPUT
76
76
NEW_DROPLET_NAME=zubhub-test-${{ github.event.pull_request.number }}
@@ -279,6 +279,8 @@ jobs:
279
279
Test VM is ready ✅✅✅
280
280
You can access it with the url:
281
281
https://${{env.FRONTEND_DOMAIN}}.unstructured.studio
282
+ Default username: dummy
283
+ default password: dummy_password
282
284
# #####################################################################################
283
285
284
286
# ################################################################################
@@ -304,7 +306,7 @@ jobs:
304
306
script : |
305
307
306
308
# This script will be executed inside a composite action.
307
- # rename GITHUB_OUTPUT so that it's clear that it's a
309
+ # rename GITHUB_OUTPUT so that it's clear that it's a
308
310
# composite output and should be handled differently from $GITHUB_OUTPUT
309
311
COMPOSITE_OUTPUT=$GITHUB_OUTPUT
310
312
# for events like unlabelled, github.event.pull_request.number is available
0 commit comments