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
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
[Symfony\Component\ExpressionLanguage\SyntaxError]
Variable "gitpush" is not valid around position 19 for expression `gitcommit == 1 && gitpush == 1`.
To prevent this, it would be useful to predefine some variables.
In this case, the variable git-push is created in the "Git ask push" task if the condition "gitcommit=1" is true. But if git-commit is false, git-push will never be created.
Here the example config:
To prevent this, it would be useful to predefine some variables.
In this case, the variable git-push is created in the "Git ask push" task if the condition "gitcommit=1" is true. But if git-commit is false, git-push will never be created.
Here the example config:
The text was updated successfully, but these errors were encountered: