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 2d047cf commit bac877fCopy full SHA for bac877f
.github/actions/apply-coding-standards-configuration/action.yml
@@ -11,7 +11,7 @@ runs:
11
python-version: 3.9
12
- name: Install dependencies
13
shell: bash
14
- run: cd ${{ github.action_path }}; cd ../../../; ls; python -m pip install -r ${{ github.action_path }}/../../../scripts/configuration/requirements.txt
+ run: python -m pip install -r ${GITHUB_ACTION_PATH}/../../../scripts/configuration/requirements.txt
15
- name: Process files
16
17
- run: python ${{ github.action_path }}/../../../scripts/configuration/process_coding_standards_config.py
+ run: python ${GITHUB_ACTION_PATH}/../../../scripts/configuration/process_coding_standards_config.py
0 commit comments