From f12a5fa3cc081f7829011eef190f497be0bb67a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwiecin=CC=81ski?= Date: Thu, 6 Jun 2024 16:23:30 +0200 Subject: [PATCH] Does this work without managed environment? --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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 }}