Skip to content

Commit 0eb341f

Browse files
rabbahdgrove-oss
authored andcommitted
Update for action version. (#27)
See apache/openwhisk#4761.
1 parent ef821d1 commit 0eb341f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/dotnetshared/Environment.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public JObject Main(JObject args)
2828
message.Add("api_key", new JValue(System.Environment.GetEnvironmentVariable("__OW_API_KEY")));
2929
message.Add("namespace", new JValue(System.Environment.GetEnvironmentVariable("__OW_NAMESPACE")));
3030
message.Add("action_name", new JValue(System.Environment.GetEnvironmentVariable("__OW_ACTION_NAME")));
31+
message.Add("action_version", new JValue(System.Environment.GetEnvironmentVariable("__OW_ACTION_VERSION")));
3132
message.Add("activation_id", new JValue(System.Environment.GetEnvironmentVariable("__OW_ACTIVATION_ID")));
3233
message.Add("deadline", new JValue(System.Environment.GetEnvironmentVariable("__OW_DEADLINE")));
3334
return (message);

0 commit comments

Comments
 (0)