Skip to content

Commit 4f14d3f

Browse files
authored
Update seed.yml
1 parent a83734f commit 4f14d3f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/seed.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ jobs:
9595
fi
9696
echo "Updated seed-template.yaml content:"
9797
cat "$CONFIG_FILE"
98+
# append the idranges block line by line
99+
echo "" >> "$CONFIG_FILE"
100+
echo "idranges:" >> "$CONFIG_FILE"
101+
echo " - idsfor: ${ONT_ID}" >> "$CONFIG_FILE"
102+
echo " idprefix: https://w3id.org/pmd/ao/${URIBASE_SUFFIX}/${ONT_ID}_" >> "$CONFIG_FILE"
103+
echo " iddigits: 7" >> "$CONFIG_FILE"
104+
105+
echo "Updated $CONFIG_FILE content:"
106+
cat "$CONFIG_FILE"
98107
99108
- name: Run ODK seed
100109
env:
@@ -154,3 +163,4 @@ jobs:
154163
155164
156165
166+

0 commit comments

Comments
 (0)