aquiladev/ipfs-action

[Feature] Allow not pinning in simple IPFS add

karmanyaahm opened this issue · 2 comments

Hey, thanks for making this action. I'm using it for my docs website: https://github.com/UnifiedPush/documentation/blob/karmanyaahm-patch-3/.github/workflows/main.yml

It would be nice if I could just add the file to IPFS and not pin it. I have a script that automatically adds it to the IPFS MFS later, so pinning is not necessary.

Thanks 🎉