diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index 9cfd4eafa..6831f8930 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -62,6 +62,7 @@ jobs: repo: context.repo.repo, run_id: ${{ github.run_id }}, }); + console.log('artifacts=',artifacts); var matchArtifact = artifacts.data.artifacts.filter((artifact) => { return artifact.name == "pr_site" })[0];