Skip to content

Commit 9f575f7

Browse files
NdibeRaymondNdibe Raymond Olisaemeka
and
Ndibe Raymond Olisaemeka
authored
Add dummy login details to "test vm created" comment (#1113)
Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]> Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
1 parent 950445e commit 9f575f7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/create_destroy_test_vm.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Get checkout commit ref and repo
3939
run: |
4040
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
4242
merge_commit_sha=${{ github.event.pull_request.merge_commit_sha }}
4343
head_ref=${{ github.event.pull_request.head.ref }}
4444
target_repo=${{ github.repository }}
@@ -70,7 +70,7 @@ jobs:
7070
script: |
7171
7272
# 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
7474
# composite output and should be handled differently from $GITHUB_OUTPUT
7575
COMPOSITE_OUTPUT=$GITHUB_OUTPUT
7676
NEW_DROPLET_NAME=zubhub-test-${{ github.event.pull_request.number }}
@@ -279,6 +279,8 @@ jobs:
279279
Test VM is ready ✅✅✅
280280
You can access it with the url:
281281
https://${{env.FRONTEND_DOMAIN}}.unstructured.studio
282+
Default username: dummy
283+
default password: dummy_password
282284
######################################################################################
283285

284286
#################################################################################
@@ -304,7 +306,7 @@ jobs:
304306
script: |
305307
306308
# 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
308310
# composite output and should be handled differently from $GITHUB_OUTPUT
309311
COMPOSITE_OUTPUT=$GITHUB_OUTPUT
310312
# for events like unlabelled, github.event.pull_request.number is available

0 commit comments

Comments
 (0)