diff --git a/action.yml b/action.yml index cd132d5..1ab0cbe 100644 --- a/action.yml +++ b/action.yml @@ -89,6 +89,9 @@ branding: runs: using: 'composite' steps: + - run: python3 -m pipx install requests + shell: bash + - id: run-diffuse env: INPUT_OLD_FILE: ${{ inputs.old-file-path }}