Skip to content

Commit 3b4c189

Browse files
committed
call the script from within the action
1 parent 3d9eff3 commit 3b4c189

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

action.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ outputs: {}
1010

1111
runs:
1212
using: "composite"
13-
steps: {}
13+
steps:
14+
- name: install dependencies
15+
run: |
16+
python -m pip install -r requirements.txt
17+
shell: bash -l {0}
18+
- name: analyze environments
19+
run: |
20+
python minimum_versions.py ${{ inputs.env-paths }}

0 commit comments

Comments
 (0)