From f2bdab32db7204bff94784eef9ca2b4b7fedaf73 Mon Sep 17 00:00:00 2001 From: yash-zededa Date: Mon, 24 Jul 2023 09:50:21 +0200 Subject: [PATCH] identation fix in the inputs declaration Signed-off-by: yash-zededa --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f31428f2..729f90143 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,9 +4,9 @@ name: Test on: workflow_dispatch: workflow_call: - inputs: - eve_tag: - type: string + inputs: + eve_tag: + type: string jobs: smoke: