Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

GitHub action that converts CIDv0 for IPFS to CIDv1

Notifications You must be signed in to change notification settings

decentdao/convert-cidv0-cidv1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert-cidv0-cidv1

A GitHub action for converting a CIDv0 value to CIDv1.

Takes the following required arguments:

  • cidv0: the v0 IPFS CID

Outputs the following values:

  • cidv1: the v1 version of the input CIDV0

Example usage:

- name: Convert CIDV0
  id: convert_cidv0
  uses: adamgall/[email protected]
  with:
    cidv0: Qm...

- name: Use CIDv1
  run: echo ${{ steps.convert_cidv0.outputs.cidv1 }}

About

GitHub action that converts CIDv0 for IPFS to CIDv1

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%