Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Jan 25, 2022
1 parent 8e10fd7 commit e7d7ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12199,7 +12199,7 @@ const os = __nccwpck_require__(2037)
const path = __nccwpck_require__(1017)

async function getLatestForReleaseChannel (channel) {
const octokit = github.getOctoKit(
const octokit = github.getOctokit(
core.getInput('token')
)

Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const os = require('os')
const path = require('path')

async function getLatestForReleaseChannel (channel) {
const octokit = github.getOctoKit(
const octokit = github.getOctokit(
core.getInput('token')
)

Expand Down

0 comments on commit e7d7ace

Please sign in to comment.