Skip to content

Commit

Permalink
trying sed
Browse files Browse the repository at this point in the history
  • Loading branch information
bkona-alopa committed Sep 24, 2024
1 parent 5ccce05 commit e5c6a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: testing construction
run: |
echo -n "{\"country\":${{ env.MOBILE_CONFIG_VALUES }},\"model_number\":\"${MODELNUMBER}\",\"version_number\":\"${SERVERVERSION}\",\"mfg_date\":\"${MFGDATE}\"} | jq --raw-output" > Network-Final.json
echo -n "{\"country\":${{ env.MOBILE_CONFIG_VALUES }},\"model_number\":\"${MODELNUMBER}\",\"version_number\":\"${SERVERVERSION}\",\"mfg_date\":\"${MFGDATE}\"} | sed -e 's/^"//' -e 's/"$//" > Network-Final.json
- name: final test
run: |
Expand Down

0 comments on commit e5c6a22

Please sign in to comment.