From b12a1cda5f9853a23ca7501daec8f119c38fd193 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:02:25 +0100 Subject: [PATCH] ci: fix sha --- .github/actions/deploy-to-ipfs/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-to-ipfs/action.yml b/.github/actions/deploy-to-ipfs/action.yml index 304adba..a346828 100644 --- a/.github/actions/deploy-to-ipfs/action.yml +++ b/.github/actions/deploy-to-ipfs/action.yml @@ -138,7 +138,7 @@ runs: await github.rest.repos.createCommitStatus({ owner: context.repo.owner, repo: context.repo.repo, - sha: github.sha, + sha: sha, state: 'success', target_url: `https://w3s.link/ipfs/${cid}`, description: `CID: ${cid}`,