mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-02-02 02:14:45 +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 &&
|
config.GITHUB_TOKEN &&
|
||||||
pagesArtifactFields.production_branch &&
|
pagesArtifactFields.production_branch &&
|
||||||
pagesArtifactFields.pages_project &&
|
pagesArtifactFields.pages_project &&
|
||||||
pagesArtifactFields.deployment_trigger &&
|
pagesArtifactFields.deployment_trigger
|
||||||
pagesArtifactFields.stages
|
|
||||||
) {
|
) {
|
||||||
const octokit = getOctokit(config.GITHUB_TOKEN);
|
const octokit = getOctokit(config.GITHUB_TOKEN);
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
|
|
Loading…
Reference in a new issue