Skip to content

Commit f12a5fa

Browse files
Does this work without managed environment?
1 parent 0035742 commit f12a5fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ branding:
8989
runs:
9090
using: 'composite'
9191
steps:
92+
- run: python3 -m pipx install requests
93+
shell: bash
94+
9295
- id: run-diffuse
9396
env:
9497
INPUT_OLD_FILE: ${{ inputs.old-file-path }}

0 commit comments

Comments
 (0)