b68dc3f
1
2
3
4
5
def trigger_function(action, config): if action == None: return "No Action" else: return action