Due to actions/runner#716, the GitHub Action can not be used on self-hosted runners.
This could be fixed by either allowing to overwrite the action path like swaggerexpert/swagger-editor-validate#627
or by using ${GITHUB_ACTION_PATH} instead of ${{ github.action_path }} (like morph027/apt-repo-action#7)