You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/10/02 14:03:50 UTC

[openwhisk-catalog] branch master updated: Fix countdown sample action (#310)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-catalog.git


The following commit(s) were added to refs/heads/master by this push:
     new f4d6e3b  Fix countdown sample action (#310)
f4d6e3b is described below

commit f4d6e3b8942a5ab91c6af3bcd4f7c33369a18140
Author: Mathieu Bacou <ma...@bacou.fr>
AuthorDate: Wed Oct 2 16:03:45 2019 +0200

    Fix countdown sample action (#310)
    
    Fix declaration of countdown sample that was missing the annotation
    `provide-api-key` (#309).
---
 packages/samples/manifest.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/samples/manifest.yaml b/packages/samples/manifest.yaml
index 6e74176..93cc055 100644
--- a/packages/samples/manifest.yaml
+++ b/packages/samples/manifest.yaml
@@ -57,6 +57,7 @@ project:
                                 "description": "number of times the action needs to be invoked"
                             }
                         ]
+                        provide-api-key: true
                         sampleInput: { "n": 5 }
                         sampleOutput: { "activationId": "10f95a603b6c4966b95a603b6cd96643" }
                         sampleLogOutput: "2018-11-12T20:27:50.12223688Z  stdout: 4"