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 b2ca0c9 commit d52061fCopy full SHA for d52061f
.github/workflows/check_for_guideline_rules.yml
@@ -35,11 +35,11 @@ jobs:
35
- name: Print changed files
36
run: |
37
echo "::group::Click here to see the Changed files"
38
- echo "${{ steps.changed_files.outputs.all }}"
+ echo "${{ steps.changed_files.outputs.added_modified_renamed }}"
39
echo "::endgroup::"
40
- name: Executing Py script for guideline check
41
id: execution
42
# -p flag means that files will be specified with their relative path
43
44
- python ./.github/scripts/check_guideline.py -p ${{ steps.changed_files.outputs.all }}
+ python ./.github/scripts/check_guideline.py -p ${{ steps.changed_files.outputs.added_modified_renamed }}
45
shell: sh
0 commit comments