From f9c616d9bbb91e0a69f33766777318d755bc49ab Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Thu, 22 Feb 2024 12:57:23 +0100 Subject: [PATCH] action: allow to change 'INPUT_PACKETDRILL_STABLE' Needed when validating the export-net branch. Signed-off-by: Matthieu Baerts (NGI0) --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index f5bfb86..f81903a 100644 --- a/action.yml +++ b/action.yml @@ -16,6 +16,10 @@ inputs: extra_env: description: 'Extra env var to set to a specified value, e.g. INPUT_CPUS=2' required: false + packetdrill_stable: + description: 'Set to 1 to checkout the stable branch for this version (if any)' + required: false + default: '0' runs: using: 'docker'