Skip to content

Commit

Permalink
validate ci works
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 19, 2024
1 parent f2186eb commit 9ce91fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const main = async () => {

const cid = await web3Storage.uploadFile((await filesFromPaths([path]))[0])
console.log(`Uploaded as ${cid}`)
core.setOutput('cid', cid.toString())
// core.setOutput('cid', cid.toString())
}

main().catch(err => core.setFailed(err.message))

0 comments on commit 9ce91fc

Please sign in to comment.