From b1d58a9c7b39b43057375de8351aa8bc4323ff3a Mon Sep 17 00:00:00 2001 From: sakulstra Date: Tue, 31 Oct 2023 12:55:36 +0100 Subject: [PATCH 1/2] fix: ci fix: ci --- .github/workflows/ipfs.yml | 2 +- lib/aave-helpers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ipfs.yml b/.github/workflows/ipfs.yml index 5bb6c97a7..f259982b6 100644 --- a/.github/workflows/ipfs.yml +++ b/.github/workflows/ipfs.yml @@ -53,5 +53,5 @@ jobs: json_array=($(jq -r '.[]' ".github/outputs/all_changed_files.json")) for i in "${json_array[@]}" do - npx aave-cli ipfs $i -u ${{ github.event_name != 'pull_request'}} + npx aave-cli ipfs ${{ github.event_name != 'pull_request' && '-u' || ''}} $i done diff --git a/lib/aave-helpers b/lib/aave-helpers index 707ad78ff..f6d9e65cd 160000 --- a/lib/aave-helpers +++ b/lib/aave-helpers @@ -1 +1 @@ -Subproject commit 707ad78ffd9f58fedd85a029f32ac52ef74af15a +Subproject commit f6d9e65cd9e87efaf746af31b5e40e88ebbdb5df From a6ad7061688774366be5cb4b68b1ef4381eca206 Mon Sep 17 00:00:00 2001 From: sakulstra Date: Tue, 31 Oct 2023 12:58:52 +0100 Subject: [PATCH 2/2] fix: revert submodule changes --- lib/aave-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aave-helpers b/lib/aave-helpers index f6d9e65cd..59c2ad658 160000 --- a/lib/aave-helpers +++ b/lib/aave-helpers @@ -1 +1 @@ -Subproject commit f6d9e65cd9e87efaf746af31b5e40e88ebbdb5df +Subproject commit 59c2ad658e739ef52f2833ccd8cb598d6fcb06f3