Skip to content

Commit 7bfcaaf

Browse files
authored
test: fix ci plist generator (#132)
1 parent 34755dd commit 7bfcaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
<key>MEDIATOR_OOB_URL</key>
5959
<string>${{env.MEDIATOR_OOB_URL}}</string>
6060
<key>PRISM_AGENT_URL</key>
61-
<string>$${{env.PRISM_AGENT_URL}}</string>
61+
<string>${{env.PRISM_AGENT_URL}}</string>
6262
<key>APIKEY</key>
63-
<string>$${{env.APIKEY}}</string>
63+
<string>${{env.APIKEY}}</string>
6464
<key>PUBLISHED_DID</key>
6565
<string>${{env.PUBLISHED_DID}}</string>
6666
<key>JWT_SCHEMA_GUID</key>

0 commit comments

Comments
 (0)