Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pchorus committed Apr 10, 2024
1 parent 79e3f6a commit 6a01589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
cache: ${{ inputs.poetry_cache_enabled == 'true' && 'poetry' || ''}}
cache-dependency-path: ${{ inputs.poetry_cache_enabled == 'true' && format('{0}/poetry.lock', inputs.working_directory) || ''}}

- run: python ${{ github.workspace }}/suspicious-package-versions.py
- run: python ${{ github.action_path }}/suspicious-package-versions.py
shell: bash
working-directory: ${{ inputs.working_directory }}

Expand Down

0 comments on commit 6a01589

Please sign in to comment.