We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f142c26 commit e7fa80dCopy full SHA for e7fa80d
index.js
@@ -49,9 +49,9 @@ cleanupAndPin().then(async (hash) => {
49
core.setOutput("hash", hash);
50
let uri;
51
if (CID_VERSION == 1) {
52
- uri = `https://${hash}.ipfs.cf-ipfs.com/`;
+ uri = `https://${hash}.ipfs.dweb.link/`;
53
} else if (CID_VERSION == 0) {
54
- uri = `https://cloudflare-ipfs.com/ipfs/${hash}/`;
+ uri = `https://dweb.link/ipfs/${hash}/`;
55
}
56
core.setOutput("uri", uri);
57
const GITHUB_TOKEN = core.getInput("GITHUB_TOKEN");
0 commit comments