From 0d9dabce2153b6a66759b5c750fc62730bb659dc Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 4 Dec 2024 09:54:31 -0500 Subject: [PATCH] Update test_run_qna.yaml test default --- .github/workflows/test_run_qna.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_run_qna.yaml b/.github/workflows/test_run_qna.yaml index 40746d2..7651e68 100644 --- a/.github/workflows/test_run_qna.yaml +++ b/.github/workflows/test_run_qna.yaml @@ -20,8 +20,8 @@ on: - "**" env: - # relevance: ("Another Demo!", it) of ( (it as string) of operating system ; (it as string) of version of client ; elements of it ) of sets of pathnames of (files of it; folders of it) of folders ("/tmp";"/Windows/Temp") - relevance: ${{ inputs.relevance }} + relevance_direct: ("Relevance in File", it) of ( (it as string) of operating system ; (it as string) of version of client ; elements of it ) of sets of pathnames of (files of it; folders of it) of folders ("/tmp";"/Windows/Temp") + relevance: ${{ inputs.relevance || env.relevance_direct }} # TODO: add OSes: Raspbian, Amazon Linux, SUSE Linux Enterprise, OpenSUSE Leap # https://github.com/pguyot/arm-runner-action