Replies: 1 comment
-
I've managed to solve my parametrization question with additional arguments inside steps block, but govaluate problem is still there...
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I've got some questions on parametrization and govaluate data types...
I am trying to detect GitLab branch creation using an Argo Events EventSource and Sensor:
First, when I try to run it I get an error like:
which is strange, as ref parameter is declared above and it should be replaced with parameters from hook.
Second, I've tried to remove this variable and test it "as is", but now I get a new error:
Is there any way to compare git hashes in govaluate? Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions