We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ cat manifest.yaml packages: default: actions: ${ACTION_NAME}: function: index.js runtime: nodejs triggers: ${TRIGGER_NAME}: feed: /whisk.system/alarms/alarm rules: ${RULE_NAME}: action: ${ACTION_NAME} trigger: ${TRIGGER_NAME} $ export ACTION_NAME=hello $ export TRIGGER_NAME=alarm $ export RULE_NAME=hello-alarm $ wskdeploy --preview Packages: Name: default bindings: annotation: * action: ${ACTION_NAME} bindings: annotation: Triggers: * trigger: alarm bindings: annotation: - feed : /whisk.system/alarms/alarm Rules * rule: hello-alarm annotation: - trigger: alarm - action: hello
The text was updated successfully, but these errors were encountered:
Enable environment variable in action name
f59abf4
apache#1145
55d2286
ab10ab9
No branches or pull requests
The text was updated successfully, but these errors were encountered: