We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e23144 commit b48d1f7Copy full SHA for b48d1f7
action.yml
@@ -31,11 +31,11 @@ runs:
31
python-version: '3.x'
32
33
- name: Install deps
34
- run: python -m pip install -r requirements.txt
+ run: python -m pip install -r ${{ github.action_path }}/requirements.txt
35
shell: bash
36
37
- name: Run check script
38
- run: python check_contributors.py
+ run: python ${{ github.action_path }}/check_contributors.py
39
40
env:
41
ACTION_MODE: ${{ inputs.mode }}
0 commit comments