Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 40a9e54

Browse files
authored
Update pydocs.yml
1 parent 8e9e8b2 commit 40a9e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pydocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
git config --global user.email "sserrata@paloaltonetworks.com"
6767
git config --global user.name "Steven Serrata"
6868
git add .
69-
git diff --exit-code || git commit -m "update pydocs" && echo ::set-output name=changes::true
69+
(git diff --exit-code || git diff --exit-code --cached) || git commit -m "update pydocs" && echo ::set-output name=changes::true
7070
7171
- name: Create Pull Request
7272
if: steps.commit.outputs.changes == 'true'

0 commit comments

Comments
 (0)