Skip to content

Commit e991105

Browse files
committed
wip8
Signed-off-by: Amichay Oren <amichay@sgeltd.com>
1 parent 459b3d1 commit e991105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codecov.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
- name: Set Wallet
4141
run: |
4242
mkdir /home/runner/.config/solana
43-
echo ${{ secrets.SOL_WALLET }} > /home/runner/.config/solana/id.json
44-
cat /home/runner/.config/solana/id.json
43+
echo -n ${{ secrets.SOL_WALLET }} > /home/runner/.config/solana/id.json
4544
4645
- name: Run a multi-line script
4746
run: |

0 commit comments

Comments
 (0)