From: Ionite Date: Fri, 26 Aug 2022 19:45:31 +0000 (-0400) Subject: Remove hacky subprocess call in action.yml (#3226) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a5fde8ab9be26221d01bdd0a426db07cdb6f0f04?hp=a5fde8ab9be26221d01bdd0a426db07cdb6f0f04 Remove hacky subprocess call in action.yml (#3226) Updates action.yml to use the alternative $GITHUB_ACTION_PATH variable instead of the original ${{ github.action_path }} which caused issues with bash on the Windows runners. This removes the need for a Python subprocess to call the main.py script. ---