From 824056490ac46691a8de7e34d5477f4a544f7219 Mon Sep 17 00:00:00 2001 From: Old Autumn Date: Fri, 7 Jun 2024 16:08:19 +0800 Subject: [PATCH] Update action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index ae72b8b..dddd270 100644 --- a/action.yaml +++ b/action.yaml @@ -75,7 +75,7 @@ runs: steps: # This is a cross-platform composite action that needs yq to be available. - # GitHub decided to not make it available: https://github.com/actions/runner-images/issues/7443#issuecomment-1514597691 + # ref: https://github.com/actions/runner-images/issues/7443#issuecomment-1514597691 - name: Make yq tool available on Windows runners if: runner.os == 'Windows' run: choco install yq