Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Chaudet committed Jul 19, 2022
1 parent 05829a2 commit 69fea3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14773,7 +14773,7 @@ module.exports = enablePages

const core = __nccwpck_require__(2186)
const axios = __nccwpck_require__(6545)
const setPagesPath = __nccwpck_require__(4770)
const {setPagesPath} = __nccwpck_require__(4770)

async function getPagesBaseUrl({
repositoryNwo,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/get-pages-base-url.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const core = require('@actions/core')
const axios = require('axios')
const setPagesPath = require('./set-pages-path')
const {setPagesPath} = require('./set-pages-path')

async function getPagesBaseUrl({
repositoryNwo,
Expand Down

0 comments on commit 69fea3d

Please sign in to comment.