Skip to content

Commit 9a1d688

Browse files
committed
[DSC-2505] Fix uuid
1 parent 26b51b4 commit 9a1d688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
# the name of the orgunit. If it does, then SSR is working.
244244
- name: Verify SSR on an OrgUnit page
245245
run: |
246-
result=$(wget -O- -q http://127.0.0.1:4000/entities/orgunit/6d4abaee-eedb-458d-a29b-35db82037dfaf)
246+
result=$(wget -O- -q http://127.0.0.1:4000/entities/orgunit/6d4abaee-eedb-458d-a29b-35db82037dfa)
247247
echo "$result"
248248
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "4Science"
249249

0 commit comments

Comments
 (0)