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

Commit 8a728d0

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pydocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ 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 diff --exit-code --cached) || 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"
7070
7171
- name: Create Pull Request
72-
if: steps.commit.outputs.changes == 'true'
7372
id: pydocs
7473
uses: peter-evans/create-pull-request@v3
7574
with:

0 commit comments

Comments
 (0)