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 030aa3c commit 67f8e49Copy full SHA for 67f8e49
action.yaml
@@ -24,4 +24,4 @@ runs:
24
FORCE_COLOR: 3
25
INPUT: ${{ inputs.environment-paths }}
26
run: |
27
- python minimum_versions.py $(echo $INPUT)
+ python ${{ github.action_path }}/minimum_versions.py $(echo $INPUT)
0 commit comments