Skip to content
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

fix: if condition for Helm | Dependency not working #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MartinLoeper
Copy link

. I noticed that update_dependencies was not interpreted correctly in the Helm | Dependency steps if condition.
It looks like the correct way to evaluate the condition is to wrap it with ${{ }}.

see discussion in: actions/runner#1173

see also: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idif

When you use expressions in an if conditional, you can, optionally, omit the ${{ }} expression syntax because GitHub Actions automatically evaluates the if conditional as an expression. However, this exception does not apply everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant