-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error: slug must be lowercase alphanumeric and may contain /.-_ #142
Comments
So i went into the atlas cloud UI and changed my projects slug and display name to not have a uppercase characters. however, I am now met with the following error:
however, I can see in the UI that the CI Run pushed up this time. |
Hello @xbreid, please try to rename your directory on the Settings page. Convert its name/slug to only lowercase characters and try again. If it doesn't help, please let me know with more detail (org's name /and dir's name on our Discord - giautm) - privately. So, I can help you on our side. |
@giautm thanks! reached out to you on Discord. |
Hello,
I was attempting to migrate to the new CI/CD workflows and noticed a bug in
ariga/atlas-action/migrate/lint@v1
.The error was provided:
Error: slug must be lowercase alphanumeric and may contain /.-_
From what I can gather, my
dir-name
unfortunately has uppercase characters, and is causing the linting action to fail.The text was updated successfully, but these errors were encountered: