1 parent bcd60ab commit 2c88f3cCopy full SHA for 2c88f3c
1 file changed
.github/workflows/Commit_to_Main.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Reset HERE API key
20
run: |
21
- jq --arg key '"TEST KEY"' '.Here.ApiKey = $key' Common.Address/appsettings.json > temp.json && mv temp.json Common.Address/appsettings.json
+ jq --arg key 'TEST KEY' '.Here.ApiKey = $key' Common.Address/appsettings.json > temp.json && mv temp.json Common.Address/appsettings.json
22
23
- name: Print appsettings.json after update
24
run: cat Common.Address/appsettings.json
0 commit comments