Skip to content

Commit f5c0c7d

Browse files
Update auto_review_documentation.yml
1 parent ea60bcf commit f5c0c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto_review_documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- name: Get changed files
4141
id: changed-docs
4242
run: |
43-
git diff --name-only ${{ github.event.before }} ${{ github.sha }} > changed_files.txt
43+
git diff --name-only ${{ github.event.before }} ${{ github.sha }} > changed_docs.txt # changed_files.txt
4444
# TODO: enable for documentation file only
4545
# grep -E '\.md$|\.rst$|README|\.ipynb$' changed_files.txt || true > changed_docs.txt
46-
cat changed_files.txt # changed_docs.txt
46+
cat changed_docs.txt
4747
4848
- name: Azure Login
4949
uses: azure/login@v2

0 commit comments

Comments
 (0)