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 ea60bcf commit f5c0c7dCopy full SHA for f5c0c7d
.github/workflows/auto_review_documentation.yml
@@ -40,10 +40,10 @@ jobs:
40
- name: Get changed files
41
id: changed-docs
42
run: |
43
- git diff --name-only ${{ github.event.before }} ${{ github.sha }} > changed_files.txt
+ git diff --name-only ${{ github.event.before }} ${{ github.sha }} > changed_docs.txt # changed_files.txt
44
# TODO: enable for documentation file only
45
# grep -E '\.md$|\.rst$|README|\.ipynb$' changed_files.txt || true > changed_docs.txt
46
- cat changed_files.txt # changed_docs.txt
+ cat changed_docs.txt
47
48
- name: Azure Login
49
uses: azure/login@v2
0 commit comments