Skip to content

Commit

Permalink
fix: If remove mark inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjfw committed Sep 29, 2019
1 parent 020635a commit 3edcc80
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 @@ -236,7 +236,7 @@ async function run() {
await exec.exec(helm, args, opts);
}

await status("success");
await status(task === "remove" ? "inactive" : "success");
} catch (error) {
core.error(error);
core.setFailed(error.message);
Expand Down

0 comments on commit 3edcc80

Please sign in to comment.