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
Hey, I just added option skip_prefix which should be helpful in your use case. Also updated documentation with a simple explanation.
Can you give it a try from the feature branch before I merge it and eventually make a release? You should be able to use a specific branch by using uses: bomb-on/aws-ssm-to-env@feature/no-prefix in your action's yaml file.
Is there a way to omit the prefix entirely?
prefix: ''
Doesn't work as it reads that as empty and applies the default prefix.The text was updated successfully, but these errors were encountered: