diff --git a/action.yml b/action.yml index fdfd549..2084a69 100644 --- a/action.yml +++ b/action.yml @@ -25,9 +25,9 @@ runs: with: working_directory: ${{ github.action_path }} -# - run: poetry run merge_checks_runner -# shell: bash -# working-directory: ${{ github.action_path }} -# env: -# GITHUB_TOKEN: ${{ inputs.github_token }} -# HEAD_SHA: ${{ inputs.head_sha }} + - run: poetry run --directory ${{ github.workspace }} merge_checks_runner + shell: bash + working-directory: ${{ github.action_path }} + env: + GITHUB_TOKEN: ${{ inputs.github_token }} + HEAD_SHA: ${{ inputs.head_sha }}