Skip to content

Build steps in CI/CD action are being skipped #1782

Closed Answered by aholstrup1
hannahromanko asked this question in Q&A
Discussion options

You must be logged in to vote

Ahh yes that might be the issue. It looks like the curly brackets are being masked by GitHub.
Typically this is because you have a repository (or organizational) secret with line breaks.

Did you define any secrets on your repository?

If any of your secrets contain curly brackets and line breaks (typically because they're JSON structures) try removing the line breaks and update the secret. We've sometimes seen these issues because GitHub masks each line in the secret.

If that doesn't work, could you share the log file to your CICD? That might help us narrow down what's wrong 😊

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hannahromanko
Comment options

@aholstrup1
Comment options

Answer selected by hannahromanko
@hannahromanko
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants