Skip to content

Commit

Permalink
fixup! feat(action): use setup python poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
felix11h committed Oct 26, 2023
1 parent ed9be81 commit c41c0ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c41c0ac

Please sign in to comment.