Skip to content

Commit

Permalink
ci: fix sha
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 30, 2025
1 parent 47383de commit b12a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-ipfs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit b12a1cd

Please # to comment.