Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jay2610 authored Dec 9, 2022
1 parent e9a1608 commit 727a6f4
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 @@ -58,7 +58,7 @@ if (deletePattern) {
console.log(`releases containing ${deletePattern} will be targeted`);
}

let delete_branch = process.env.INPUT_DELETE_BRANCH || "master";
let delete_branch = process.env.INPUT_TARGET_BRANCH || "master";
let delete_type = process.env.INPUT_DELETE_TYPE || "release";
console.log(`${delete_type} from ${delete_branch} will be targeted`);

Expand Down

0 comments on commit 727a6f4

Please sign in to comment.