Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10 from affrae/master
Browse files Browse the repository at this point in the history
fixes brancheToDelete.push(pull.data.head.ref)
  • Loading branch information
dawidd6 authored Jul 26, 2020
2 parents 5e4efe9 + 176d0f5 commit 4774310
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 @@ -19,7 +19,7 @@ async function main() {
...github.context.repo,
pull_number: number
})
brancheToDelete.push(pull.data.head.ref)
branchesToDelete.push(pull.data.head.ref)
}
}

Expand Down

0 comments on commit 4774310

Please sign in to comment.