Skip to content

Commit

Permalink
fix: updated secret addition format
Browse files Browse the repository at this point in the history
  • Loading branch information
jcabrero committed Jul 3, 2024
1 parent 6a25682 commit b69c00d
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
program: secret_addition_complete
inputs:
secrets:
my_int1:
SecretInteger: "3"
my_int2:
SecretInteger: "3"
public_variables: {}
my_int1:
SecretInteger: "3"
my_int2:
SecretInteger: "3"
expected_outputs:
my_output:
SecretInteger: "6"

0 comments on commit b69c00d

Please sign in to comment.