Skip to content

Commit

Permalink
fix fact value references
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 authored and zeme-wana committed Nov 29, 2022
1 parent a342fa9 commit 25fec9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/cells/automation/pipelines.nix
Expand Up @@ -44,8 +44,8 @@ in
let
# Facts here correspond to inputs created by the benchmark action in the cloud cell
facts = config.actionRun.facts;
commentFact = facts.${cloud.library.actions.benchmark.commentInput}.github_body;
prFact = facts.${cloud.library.actions.benchmark.prInput}.github_body;
commentFact = facts.${cloud.library.actions.benchmark.commentInput}.value.github_body;
prFact = facts.${cloud.library.actions.benchmark.prInput}.value.github_body;

runner = cell.library.plutus-benchmark-runner {
PR_NUMBER = prFact.pull_request.number;
Expand Down

0 comments on commit 25fec9b

Please sign in to comment.