Skip to content

Conversation

d-Rickyy-b
Copy link

Adds missing bracket.
Escapes quotes within a string.
Reformats whole example.

fixes #627

Adds missing bracket.
Escapes quotes within a string.
Reformats whole example.

fixes adnanh#627
"secret": "{{ getenv "XXXTEST_SECRET" | js }}",
"parameter":
{
"secret": "{{ getenv \"XXXTEST_SECRET\" | js }}",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Escaping these quotes is not accurate here. This is a Go template, not a JSON file.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, I did not read the template.md file properly when I created this PR. The missing [ is the only actual issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There is a syntax error in your templates file. Please fix for newer webhook users like myself.
2 participants