We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e24d2 commit 7fefa63Copy full SHA for 7fefa63
action.yaml
@@ -16,12 +16,12 @@ runs:
16
- name: install dependencies
17
shell: bash -l {0}
18
run: |
19
- python -m pip install -r requirements.txt
+ python -m pip install -r ${{ github.action_path }}/requirements.txt
20
- name: analyze environments
21
22
env:
23
COLUMNS: 120
24
FORCE_COLOR: 3
25
INPUT: ${{ inputs.environment-paths }}
26
27
- python minimum_versions.py $(echo $INPUT)
+ python ${{ github.action_path }}/minimum_versions.py $(echo $INPUT)
0 commit comments