From 02cdc1ac612c720f7fc233c6361d15b821b0c865 Mon Sep 17 00:00:00 2001 From: Guillaume Delbergue Date: Mon, 17 Jan 2022 18:04:07 +0100 Subject: [PATCH] Update GitHub action to support containerized runs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dec8456..398e852 100644 --- a/action.yml +++ b/action.yml @@ -4,5 +4,5 @@ runs: using: "composite" steps: - uses: actions/setup-python@v2 - - run: ${{ github.action_path }}/main.sh + - run: ${GITHUB_ACTION_PATH}/main.sh shell: bash