-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
PORT-8073 | Update launchdarkly github action guide #1204
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…abs/port-docs into update/launchdarkly-action-inputs
"blueprint": "{{.action.blueprint}}", | ||
"entity": "{{.entity.identifier}}", | ||
"run_id": "{{.run.id}}", | ||
"relations": "{{.entity.relations}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing the indentation
@@ -294,37 +293,11 @@ Create a new self service action using the following JSON configuration. | |||
"{{if (.inputs | has(\"project_key\")) then \"project_key\" else null end}}": "{{.inputs.\"project_key\"}}", | |||
"{{if (.inputs | has(\"environment_key\")) then \"environment_key\" else null end}}": "{{.inputs.\"environment_key\"}}", | |||
"{{if (.inputs | has(\"flag_state\")) then \"flag_state\" else null end}}": "{{.inputs.\"flag_state\"}}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be enough:
"{{if (.inputs | has(\"flag_state\")) then \"flag_state\" else null end}}": "{{.inputs.\"flag_state\"}}", | |
""flag_state": "{{.inputs."flag_state"}}", |
Description
Updated docs pages
/create-self-service-experiences/setup-backend/github-workflow/examples/Launchdarkly/toggle-launchdarkly-feature-flag