Replies: 1 comment 2 replies
-
Hi, no, it's not possible to override them if it's not triggered by a repository webhook. But, you can use the 'build variable', generated with https://ovh.github.io/cds/docs/components/worker/export/, then use them in you VCS Notification. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
vcs notification seems to use values from git.* variables. if a workflow is trigger by a workflow hook or via a webhook (not the repository webhook) these values are incorrect (by default)
is there a way to override the git.* variables other than using a repository webhook?
would be nice to set them from a script, or have the input parameters for a vcs message available.
Beta Was this translation helpful? Give feedback.
All reactions