You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My password contains and starts with special (non alpha-numeric) characters and might also end the same way.
I have verified through connecting via the command line and DBeaver that all values are correct.
I get the following ambiguous and frustrating error:
Error: Error occurred while running action:
Error: Please provide a valid connection string. A valid connection string is a series of keyword/value pairs separated by space. Spaces around the equal sign are optional. To write an empty value, or a value containing spaces, surround it with single quotes, e.g., keyword = 'a value'. Single quotes and backslashes within the value must be escaped with a backslash
No whitespace in any of my values, nor backslashes.
Please help. This is terrible.
The text was updated successfully, but these errors were encountered:
the way the documentation listed to store the whole connection string like so: connection-string: ${{ secrets.AZURE_POSTGRESQL_CONNECTION_STRING }}
DOES NOT WORK AT ALL. this is how you need to put your connection string in the yaml file for it to work :/ separate the components and string it together like this:
I have a secret in the following format as per all of the documentation
My password contains and starts with special (non alpha-numeric) characters and might also end the same way.
I have verified through connecting via the command line and DBeaver that all values are correct.
I get the following ambiguous and frustrating error:
Error: Error occurred while running action:
Error: Please provide a valid connection string. A valid connection string is a series of keyword/value pairs separated by space. Spaces around the equal sign are optional. To write an empty value, or a value containing spaces, surround it with single quotes, e.g., keyword = 'a value'. Single quotes and backslashes within the value must be escaped with a backslash
No whitespace in any of my values, nor backslashes.
Please help. This is terrible.
The text was updated successfully, but these errors were encountered: