Skip to content

Conversation

aj-aws
Copy link
Contributor

@aj-aws aj-aws commented Jan 10, 2024

Description

This change fixes the output variable validation.

Testing

./build.sh
yarn run test-all

Checklist

I have:

  • [✅] Added new automated tests for any new functionality
  • [✅] Run npm run build

Licensing statement (do not modify)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

"type": "object",
"propertyNames": {
"pattern": "^[A-Za-z0-9][A-Za-z0-9\\-_]{1,30}[A-Za-z0-9]$"
"pattern": "^[A-Za-z0-9@\\-_]+$"
Copy link
Contributor Author

@aj-aws aj-aws Jan 10, 2024

Choose a reason for hiding this comment

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

This is the string version of the Regex, so does contain two "\"

@aj-aws aj-aws marked this pull request as draft January 11, 2024 17:29
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.

3 participants