Skip to content

Commit 11eb627

Browse files
authored
Update pythonpublish.yml remove code commit
1 parent f2c9e58 commit 11eb627

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: Update visual studio keywords document
2626
run: |
2727
python -m libdoc2json PuppeteerLibrary vscode-PuppeteerLibrary.json
28-
- name: Git Commit and Push
29-
uses: github-actions-x/[email protected]
30-
with:
31-
github-token: ${{ secrets.GH_TOKEN }}
32-
commit-message: This a commit from Github Actions
28+
# - name: Git Commit and Push
29+
# uses: github-actions-x/[email protected]
30+
# with:
31+
# github-token: ${{ secrets.GH_TOKEN }}
32+
# commit-message: This a commit from Github Actions
3333
- name: Build and publish
3434
env:
3535
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)