Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev authored Mar 23, 2023
1 parent f3ff9d6 commit 2c3a4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Read wallets.json
run: |
content=cat ./wallets.json
content=`cat ./wallets.json`
content="${content//'%'/' '}"
content="${content//$'\n'/' '}"
content="${content//$'\r'/'%0D'}"
Expand Down

0 comments on commit 2c3a4d2

Please sign in to comment.