Skip to content

Tags: TrenchBoot/.github

Tags

v2

Toggle v2's commit message

Verified

This commit was signed with the committer’s verified signature.
m-iwanicki Michał Iwanicki
workflows: rebase.yml: don't pass empty additional-params as arg

When a caller leaves additional-params unset, the quoted
"$ADDITIONAL_PARAMS" was forwarded as an empty fifth positional
argument. rebase.sh requires exactly four, so it printed usage and
exited 1. Collect the value into an array so an empty string adds no
argument while multiple flags still split correctly.

Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>

v1

Toggle v1's commit message

Verified

This commit was signed with the committer’s verified signature.
.github: workflows: trigger-woodpecker-pipeline.yml: add

Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>