Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Dec 6, 2024
1 parent c8972d7 commit d719ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def create_action_task(action: dict) -> dict[str, Any]:
"action_perm": perm,
},
"clientId": "fxci-config",
"input": json.dumps(action_input),
"input": action_input,
}

taskdef = jsone.render(tcyml, context)["tasks"][0]
Expand Down

0 comments on commit d719ff1

Please sign in to comment.