Skip to content

Commit

Permalink
fix: fixing poetry path in composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
chartotu19 committed Jan 4, 2025
1 parent a35c27e commit c3195c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ runs:
shell: bash
run: |
cd ${{ github.action_path }}
poetry install --no-interaction --no-root
$HOME/.local/bin/poetry install --no-interaction --no-root
- name: Run llms-txt-action
shell: bash
run: |
cd ${{ github.action_path }}
poetry run python -m llms_txt_action.entrypoint
$HOME/.local/bin/poetry run python -m llms_txt_action.entrypoint

0 comments on commit c3195c3

Please sign in to comment.