mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 18:14:51 +00:00
wip
This commit is contained in:
@@ -4,6 +4,9 @@ const axios = require('axios')
|
||||
async function getPageBaseUrl() {
|
||||
try {
|
||||
const pagesEndpoint = `https://api.github.com/repos/${process.env.GITHUB_REPOSITORY}/pages`
|
||||
|
||||
core.info("GITHUB_TOKEN : " + process.env.GITHUB_TOKEN)
|
||||
|
||||
const response = await axios.get(
|
||||
pagesEndpoint,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user