Skip to content

Commit

Permalink
💚 (#595): Fixed the second error in the build_preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KAUR1984 committed Oct 30, 2023
1 parent b0f98cd commit 39cda77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
var artifacts = await github.actions.listWorkflowRunArtifacts({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: ${{github.event.workflow_run.id }},
run_id: context.payload.workflow_run.id,
});
var matchArtifact = artifacts.data.artifacts.filter((artifact) => {
return artifact.name == "pr_site"
Expand Down

0 comments on commit 39cda77

Please sign in to comment.