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

Commit 01d4564

Browse files
authored
Update pydocs.yml
1 parent 64affaa commit 01d4564

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
@@ -65,7 +65,7 @@ jobs:
6565
git config --global user.email "sserrata@paloaltonetworks.com"
6666
git config --global user.name "Steven Serrata"
6767
git add .
68-
git diff --cached --exit-code || git commit -m "update pydocs" && echo ::set-output name=changes::true
68+
git diff --exit-code || git commit -m "update pydocs" && echo ::set-output name=changes::true
6969
7070
- name: Create Pull Request
7171
if: steps.id.outputs.changes == 'true'

0 commit comments

Comments
 (0)