Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Chore: fix mint comment job #3634

Merged
merged 5 commits into from
Mar 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/mint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
value: "0"

- name: Mint
id: mint
if: ${{ failure() }}
uses: web3actions/tx@d3833db41e58cb4e7f329027ad30211a22e1c5e5
with:
Expand All @@ -36,7 +35,7 @@ jobs:
value: "0"

- name: Set success comment
if: steps.mint.outcome == 'success'
if: ${{ success() }}
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.inputs.prNumber }}
Expand Down