Skip to content

Commit 363bc44

Browse files
committed
chore: improve logging
1 parent e2e5165 commit 363bc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ runs:
218218
IPFS_CLUSTER_USER: ${{ inputs.cluster-user }}
219219
IPFS_CLUSTER_PASSWORD: ${{ inputs.cluster-password }}
220220
run: |
221-
echo "ℹ️ Uploading CAR with CID ${{ steps.merkleize.outputs.cid }} to IPFS Cluster" >> $GITHUB_STEP_SUMMARY
221+
echo "ℹ️ Uploading CAR with CID ${{ steps.merkleize.outputs.cid }} to IPFS Cluster"
222222
223223
# run in a loop and retry
224224
attempt=1

0 commit comments

Comments
 (0)