Skip to content

Commit

Permalink
fix: ci (#12)
Browse files Browse the repository at this point in the history
* fix: ci

fix: ci

* fix: revert submodule changes
  • Loading branch information
sakulstra authored Oct 31, 2023
1 parent ab6e40c commit d5193ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d5193ea

Please sign in to comment.