Skip to content

Commit

Permalink
Revert back changes on the run_id property in the build_preview.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Oct 4, 2023
1 parent e6734af commit 971bcf1
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.run_id}},
run_id: ${{github.event.workflow_run.id }},
});
var matchArtifact = artifacts.data.artifacts.filter((artifact) => {
return artifact.name == "pr_site"
Expand Down

0 comments on commit 971bcf1

Please sign in to comment.