Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus-Rosted authored Jan 22, 2021
1 parent 2a3a573 commit 6779386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function main() {
const branches = core.getInput("branches")
const prefix = core.getInput("prefix")
const suffix = core.getInput("suffix")

const client = github.getOctokit(token)

let branchesToDelete = branches ? branches.split(",") : []
Expand Down

0 comments on commit 6779386

Please sign in to comment.