From 2115f4c9588808cdb53b250e4d95c1d2e54e5beb Mon Sep 17 00:00:00 2001 From: david Date: Mon, 10 Mar 2025 13:05:56 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b84c6bf..e85aa31 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: steps: - name: Install nim shell: bash - run: echo "OK" + run: echo ${{inputs.nimVersion}} , ${{inputs.os}} - name: cache restore id: cachestep1