We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In image_build.yml we use line is_empty_json to determine if the Github env or secrets are empty.
is_empty_json
If they are, the method fails
line 11: [: is_empty_json: unary operator expected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In image_build.yml we use line
is_empty_json
to determine if the Github env or secrets are empty.If they are, the method fails
The text was updated successfully, but these errors were encountered: