Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 816a723

Browse files
committed
ci: fix ci typo
1 parent c63d363 commit 816a723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ipfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
for i in "${json_array[@]}"
4848
do
4949
sed -i 's@https://github.com/bgd-labs/aave-proposals/blob/main/@https://github.com/bgd-labs/aave-proposals/blob/${{ github.sha }}/@g' $i
50-
sed -i 's@https://github.com/bgd-labs/aave-proposals/tee/main/@https://github.com/bgd-labs/aave-proposals/blob/${{ github.sha }}/@g' $i
50+
sed -i 's@https://github.com/bgd-labs/aave-proposals/tree/main/@https://github.com/bgd-labs/aave-proposals/blob/${{ github.sha }}/@g' $i
5151
done
5252
5353
- name: Upload

0 commit comments

Comments
 (0)