From 2a2728931c45121c3bb9b102fb880890141f621d Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 19:36:46 +0100 Subject: [PATCH] fix typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ea500c3..fd9549d 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: outputs: compiler: description: Compiler binary - value: '${{ steps.install.outputs.compiler }}' + value: '${{ steps.install.outputs.compiler }}' runs: - run: 'echo We are on "${{runner.os}}", requested "${{inputs.compiler}}" as CC'