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

Commit

Permalink
Merge branch 'features/add-owner-repo-input' into features/missing-re…
Browse files Browse the repository at this point in the history
…f-warning-instead-of-error
  • Loading branch information
Rasmus-Rosted authored Jan 22, 2021
2 parents 85f1eda + 6779386 commit c5da44a
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 @@ -11,7 +11,7 @@ async function main() {
const prefix = core.getInput("prefix")
const suffix = core.getInput("suffix")
const soft_fail = core.getInput("soft_fail")

const client = github.getOctokit(token)

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

0 comments on commit c5da44a

Please sign in to comment.