Skip to content

Commit

Permalink
Merge pull request #376 from stakwork/question_wokrflow_id
Browse files Browse the repository at this point in the history
chore: add question and answer workflow id
  • Loading branch information
tobi-bams authored Nov 1, 2024
2 parents a722605 + 18d1e35 commit 8af2bb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/images/jarvis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ fn jarvis(
webpage_text_workflow_id
));
}
if let Ok(question_and_answer_workflow_id) = getenv("QUESTION_AND_ANSWER_WORKFLOW_ID") {
env.push(format!(
"QUESTION_AND_ANSWER_WORKFLOW_ID={}",
question_and_answer_workflow_id
));
}
Config {
image: Some(format!("{}:{}", img, node.version)),
hostname: Some(domain(&name)),
Expand Down

0 comments on commit 8af2bb5

Please sign in to comment.