Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Nov 1, 2023
1 parent 8a30c21 commit 753b326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 753b326

Please sign in to comment.