From d98e2e154cb6718f3de636fa1e072f8486d569e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=87=BA=F0=9F=87=A6=20Sviatoslav=20Sydorenko=20=28?= =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1?= =?UTF-8?q?=D0=B8=D0=B4=D0=BE=D1=80=D0=B5=D0=BD=D0=BA=D0=BE=29?= Date: Tue, 26 Nov 2024 00:49:06 +0100 Subject: [PATCH] Enable variable interpolation in path to `create-docker-action.py` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index de63026..484f19c 100644 --- a/action.yml +++ b/action.yml @@ -149,7 +149,7 @@ runs: steps.pre-installed-python.outputs.python-path == '' && steps.new-python.outputs.python-path || steps.pre-installed-python.outputs.python-path - }} '$GITHUB_ACTION_PATH/create-docker-action.py' + }} "${GITHUB_ACTION_PATH}"/create-docker-action.py # Use proposed workaround for ${{ github.action_path }} not working # inside containers # https://github.com/actions/runner/issues/2185#issuecomment-1683545859