mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-01-22 05:14:46 +01:00
fix: pages github deployment not triggering due to missing pages artifact stages
This commit is contained in:
parent
d5031c3dbe
commit
923db6f87f
1 changed files with 1 additions and 2 deletions
|
@ -92,8 +92,7 @@ export async function createGitHubDeploymentAndJobSummary(
|
|||
config.GITHUB_TOKEN &&
|
||||
pagesArtifactFields.production_branch &&
|
||||
pagesArtifactFields.pages_project &&
|
||||
pagesArtifactFields.deployment_trigger &&
|
||||
pagesArtifactFields.stages
|
||||
pagesArtifactFields.deployment_trigger
|
||||
) {
|
||||
const octokit = getOctokit(config.GITHUB_TOKEN);
|
||||
await Promise.all([
|
||||
|
|
Loading…
Reference in a new issue