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

Commit 8e9e8b2

Browse files
authored
Update pydocs.yml
1 parent 01d4564 commit 8e9e8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pydocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@ jobs:
6161
path: docs/
6262

6363
- name: Commit changes
64+
id: commit
6465
run: |
6566
git config --global user.email "sserrata@paloaltonetworks.com"
6667
git config --global user.name "Steven Serrata"
6768
git add .
6869
git diff --exit-code || git commit -m "update pydocs" && echo ::set-output name=changes::true
6970
7071
- name: Create Pull Request
71-
if: steps.id.outputs.changes == 'true'
72+
if: steps.commit.outputs.changes == 'true'
7273
id: pydocs
7374
uses: peter-evans/create-pull-request@v3
7475
with:

0 commit comments

Comments
 (0)